Files
ansible-servers/serv-01-baselinux/templates/etc/ntp.conf.j2
ansible user f7e76e9748 first commit
2025-07-21 10:47:59 +02:00

12 lines
452 B
Django/Jinja

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