Repurposing the cowops/debian-ntp Ansible role

This commit is contained in:
Theodotos Andreou 2017-04-28 10:24:11 +03:00
parent 6113f6373d
commit a7204cedbd
3 changed files with 7 additions and 9 deletions

View file

@ -18,10 +18,7 @@ filegen clockstats file clockstats type day enable
# 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: <http://www.pool.ntp.org/join.html>
server 0.{{ ntp.server }}
server 1.{{ ntp.server }}
server 2.{{ ntp.server }}
server 3.{{ ntp.server }}
server {{ ntp.server }}
# Access control configuration; see /usr/share/doc/ntp-doc/html/accopt.html for