BZCoding/bz-contact-php

View on GitHub
ansible/roles/base/templates/ntp.conf.j2

Summary

Maintainability
Test Coverage

driftfile /var/lib/ntp/drift

restrict 127.0.0.1
restrict -6 ::1

{% for ntpserver in ntpservers %}
server {{ ntpserver }}
{% endfor %}

includefile /etc/ntp/crypto/pw

keys /etc/ntp/keys