diff --git a/roles/chrony/templates/chrony.conf.j2 b/roles/chrony/templates/chrony.conf.j2 index 875b9b29c5..89f755021c 100644 --- a/roles/chrony/templates/chrony.conf.j2 +++ b/roles/chrony/templates/chrony.conf.j2 @@ -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