ntp.conf.j2 232 B

1234567891011121314
  1. driftfile /var/lib/ntp/drift
  2. restrict default nomodify notrap nopeer noquery
  3. restrict 127.0.0.1
  4. restrict ::1
  5. {% for item in ntp_servers %}
  6. server {{ item }} iburst
  7. {% endfor %}
  8. includefile /etc/ntp/crypto/pw
  9. keys /etc/ntp/keys