Add customizable NTP servers

This commit is contained in:
2023-09-01 15:42:29 -04:00
parent 2c63500011
commit efeaa61e0f
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] %}