mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
12
roles/ntp_client/templates/chrony.conf.j2
Normal file
12
roles/ntp_client/templates/chrony.conf.j2
Normal file
@@ -0,0 +1,12 @@
|
||||
{% for server in ntp_servers %}
|
||||
server {{ server }} iburst
|
||||
{% endfor %}
|
||||
keyfile {{ ntp_chrony_keyfile }}
|
||||
driftfile /var/lib/chrony/drift
|
||||
makestep 1.0 3
|
||||
rtcsync
|
||||
{% if samba_role is defined and samba_role in ['dc','rodc'] %}
|
||||
# Running Samba DC
|
||||
ntpsigndsocket /var/lib/samba/ntp_signd
|
||||
allow all
|
||||
{% endif %}
|
Reference in New Issue
Block a user