Add customizable NTP servers

This commit is contained in:
2023-03-04 00:48:23 -05:00
parent 2a1e76f479
commit d94c0c25a7
2 changed files with 8 additions and 3 deletions

View File

@ -16,9 +16,10 @@ tos orphan 6
server 127.0.0.1
fudge 127.0.0.1 stratum 10
# NRC public NTP masters
server time.nrc.ca iburst
server time.chu.nrc.ca iburst
# NTP masters
{% for server in ntp_servers %}
server {{ server }} iburst
{% endfor %}
# Local PVC cluster
{% for host in groups[cluster_group] %}