chrony: fix template to work in iad2
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c1382106f5
commit
855b87b3d7
1 changed files with 3 additions and 0 deletions
|
@ -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') %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue