the problem was that some of the host names were listed as cloud-noc01.fedorainfracloud.org and others were named cloud-noc01.cloud.fedoraproject.org. Move to 1 name throughout ansible
This commit is contained in:
parent
1fbe999a54
commit
efcd9b0ead
10 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
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
|
||||
server cloud-noc01.fedorainfracloud.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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
server-identifier cloud-noc01.cloud.fedoraproject.org;
|
||||
server-identifier cloud-noc01.fedorainfracloud.org;
|
||||
ddns-update-style none;
|
||||
|
||||
#subnet 172.16.1.0 netmask 255.255.255.0 {
|
|
@ -15,7 +15,7 @@ restrict -6 ::1
|
|||
server 10.5.126.12
|
||||
server 10.5.126.11
|
||||
{% elif datacenter == 'cloud' and not inventory_hostanem.startswith('cloud-noc01') %}
|
||||
server cloud-noc01.cloud.fedoraproject.org
|
||||
server cloud-noc01.fedorainfracloud.org
|
||||
{% else %}
|
||||
server 1.rhel.pool.ntp.org
|
||||
server 2.rhel.pool.ntp.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue