From b5c368da1e2785b6f813fc7f6d58c6ea092cff24 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 27 Sep 2018 00:52:50 +0000 Subject: [PATCH] need bastions to be servers too --- roles/chrony/templates/chrony.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/chrony/templates/chrony.conf.j2 b/roles/chrony/templates/chrony.conf.j2 index c8628c1014..96ce222b6c 100644 --- a/roles/chrony/templates/chrony.conf.j2 +++ b/roles/chrony/templates/chrony.conf.j2 @@ -1,5 +1,5 @@ # setup our servers -{% if datacenter == 'phx2' %} +{% if datacenter == 'phx2' and not ansible_hostname.startswith('bastion') %} server bastion01.phx2.fedoraproject.org iburst server bastion02.phx2.fedoraproject.org iburst {% elif datacenter == 'cloud' and not ansible_hostname.startswith('cloud-noc') %}