chrony: Make sure cloud-noc01 listens on port 124 for requests
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
4788bbf6d9
commit
57d7b73581
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue