chrony: fix typo
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
23fd844f09
commit
8146e51119
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ 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 == 'rdu3' and ot ansible_hostname.startswith('bastion') %}
|
||||
{% elif datacenter == 'rdu3' and not ansible_hostname.startswith('bastion') %}
|
||||
server bastion01.rdu3.fedoraproject.org iburst
|
||||
server bastion02.rdu3.fedoraproject.org iburst
|
||||
{% elif datacenter == 'cloud' and ansible_hostname.startswith('cloud-noc') %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue