20 lines
359 B
Plaintext
20 lines
359 B
Plaintext
|
# NTP servers
|
||
|
{% for pool in timesync_pools|default([]) %}pool {{ pool }} iburst
|
||
|
{% endfor %}
|
||
|
|
||
|
# NTP servers
|
||
|
{% for server in timesync_servers|default([]) %}server {{ server }} iburst
|
||
|
{% endfor %}
|
||
|
|
||
|
keyfile /etc/chrony/chrony.keys
|
||
|
generatecommandkey
|
||
|
commandkey 1
|
||
|
|
||
|
###initstepslew 10 0.de.pool.ntp.org
|
||
|
|
||
|
driftfile /var/lib/chrony/chrony.drift
|
||
|
|
||
|
rtconutc
|
||
|
rtcsync
|
||
|
|