diff --git a/templates/chrony/chrony.conf.j2 b/templates/chrony/chrony.conf.j2 index a295fb4..1c53ee7 100644 --- a/templates/chrony/chrony.conf.j2 +++ b/templates/chrony/chrony.conf.j2 @@ -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