first commit
This commit is contained in:
11
serv-01-baselinux/templates/etc/ntp.conf.j2
Normal file
11
serv-01-baselinux/templates/etc/ntp.conf.j2
Normal file
@@ -0,0 +1,11 @@
|
||||
driftfile /var/lib/ntp/ntp.drift
|
||||
statistics loopstats peerstats clockstats
|
||||
filegen loopstats file loopstats type day enable
|
||||
filegen peerstats file peerstats type day enable
|
||||
filegen clockstats file clockstats type day enable
|
||||
server {{ ntpserver }} iburst
|
||||
restrict -4 default kod notrap nomodify nopeer noquery limited
|
||||
restrict -6 default kod notrap nomodify nopeer noquery limited
|
||||
restrict 127.0.0.1
|
||||
restrict ::1
|
||||
restrict source notrap nomodify noquery
|
||||
Reference in New Issue
Block a user