]> arthur.barton.de Git - AnsibleRoles.git/blob - roles/ntpd/templates/ntp.conf
Initial import
[AnsibleRoles.git] / roles / ntpd / templates / ntp.conf
1 # /etc/ntp.conf -- configuration for ntpd
2 # ---
3 #  {{ ansible_managed }}
4 # ---
5
6 driftfile /var/lib/ntp/ntp.drift
7 statsdir /var/log/ntpstats/
8
9 statistics loopstats peerstats clockstats
10 filegen loopstats  file loopstats  type day enable
11 filegen peerstats  file peerstats  type day enable
12 filegen clockstats file clockstats type day enable
13
14 # NTP servers and time sources:
15 server ntp1.cust.hosteurope.de
16 server ntp2.cust.hosteurope.de
17 server 127.127.1.0
18 fudge  127.127.1.0 stratum 13
19
20 # Local users may interrogate the ntp server more closely.
21 restrict 127.0.0.1 nomodify
22 restrict ::1 nomodify