From 855b87b3d719846323183f67c619ec1d77455617 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 16 May 2020 11:41:48 -0700 Subject: [PATCH] chrony: fix template to work in iad2 Signed-off-by: Kevin Fenzi --- roles/chrony/templates/chrony.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/chrony/templates/chrony.conf.j2 b/roles/chrony/templates/chrony.conf.j2 index cbae3e2537..d84793c71d 100644 --- a/roles/chrony/templates/chrony.conf.j2 +++ b/roles/chrony/templates/chrony.conf.j2 @@ -2,6 +2,9 @@ {% if datacenter == 'phx2' and not ansible_hostname.startswith('bastion') %} server bastion01.phx2.fedoraproject.org iburst server bastion02.phx2.fedoraproject.org iburst +{% elif datacenter == 'iad2' and not ansible_hostname.startswith('bastion') %} +server bastion01.iad2.fedoraproject.org iburst +server bastion02.iad2.fedoraproject.org iburst {% elif datacenter == 'cloud' and not ansible_hostname.startswith('cloud-noc') %} server cloud-noc01.fedorainfracloud.org port 124 {% elif datacenter == 'cloud' and ansible_hostname.startswith('cloud-noc') %}