File diff 72af31a420be → 49af212543b0
roles/common/templates/ntp.conf.j2
Show inline comments
 
@@ -31,8 +31,8 @@ tos minclock 4 minsane 3
 
# pool.ntp.org maps to about 1000 low-stratum NTP servers.  Your server will
 
# pick a different set every time it starts up.  Please consider joining the
 
# pool: <https://www.pool.ntp.org/join.html>
 
{% for server in ntp_servers %}
 
server {{ server }} iburst
 
{% for server in ntp_pools %}
 
pool {{ server }} iburst
 
{% endfor %}
 

	
 
# Access control configuration; see /usr/share/doc/ntpsec-doc/html/accopt.html