feat: use ntp_servers
This commit is contained in:
parent
caf6d74b64
commit
6439900304
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
pool {{ ntp_server }} iburst
|
||||
{%- for server in ntp_servers %}
|
||||
pool {{ server }} iburst
|
||||
{%- endfor %}
|
||||
|
||||
keyfile /etc/chrony/chrony.keys
|
||||
driftfile /var/lib/chrony/chrony.drift
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue