Very early initial commit.
[distorted-ansible] / roles / common / files / ntp-client / ntp.conf
1 ### -*-conf-*-
2 ### NTP configuration for hosts.
3 ###
4 ### This file is maintained on ibanez: edit it there and run `update-slaves'.
5
6 ## Store frequency offset.
7 driftfile /var/lib/ntp/ntp.drift
8
9 ## Log statistics.
10 statistics loopstats peerstats clockstats
11 filegen loopstats file loopstats type day enable
12 filegen peerstats file peerstats type day enable
13 filegen clockstats file clockstats type day enable
14
15 ## Upstream servers.
16 server 172.29.199.226 iburst
17 server 172.29.199.227 iburst
18
19 ## Access control. Be fairly picky about most clients; give localhost more
20 ## leeway.
21 restrict -4 default kod notrap nomodify nopeer noquery
22 restrict -6 default kod notrap nomodify nopeer noquery
23 restrict 127.0.0.1
24 restrict ::1