From 57d7b73581298f6d76a41a5d5da79e6972ff28c5 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 8 May 2019 22:44:34 +0000 Subject: [PATCH] chrony: Make sure cloud-noc01 listens on port 124 for requests Signed-off-by: Kevin Fenzi --- roles/chrony/templates/chrony.conf.j2 | 6 ++++++ 1 file changed, 6 insertions(+) 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