chrony: Make sure cloud-noc01 listens on port 124 for requests

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-05-08 22:44:34 +00:00
parent 4788bbf6d9
commit 57d7b73581

View file

@ -4,6 +4,12 @@ server bastion01.phx2.fedoraproject.org iburst
server bastion02.phx2.fedoraproject.org iburst
{% elif datacenter == 'cloud' and not ansible_hostname.startswith('cloud-noc') %}
server cloud-noc01.cloud.fedoraproject.org port 124
{% elif datacenter == 'cloud' and ansible_hostname.startswith('cloud-noc') %}
server 0.rhel.pool.ntp.org iburst
server 1.rhel.pool.ntp.org iburst
server 2.rhel.pool.ntp.org iburst
server 3.rhel.pool.ntp.org iburst
port 124
{% else %}
server 0.rhel.pool.ntp.org iburst
server 1.rhel.pool.ntp.org iburst