You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
449 B

  1. ### THIS FILE IS DEPLOYED BY ANSIBLE
  2. driftfile /var/lib/ntp/ntp.drift
  3. statistics loopstats peerstats clockstats
  4. filegen loopstats file loopstats type day enable
  5. filegen peerstats file peerstats type day enable
  6. filegen clockstats file clockstats type day enable
  7. {% for server in ntp_servers %}
  8. server {{ server }}
  9. restrict {{ server }} nomodify nopeer
  10. {% endfor %}
  11. restrict default ignore
  12. restrict -6 default ignore
  13. restrict 127.0.0.1
  14. restrict ::1