1
0
Fork 0
forked from infra/ansible

pagure-stg: fix dns search order to fix certgetter01 access

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-05-21 11:28:03 -07:00
commit 0595b45e39

View file

@ -2,9 +2,10 @@
datacenter: rdu3
dns1: 10.16.163.33
dns2: 10.16.163.34
dns_search1: "stg.rdu3.fedoraproject.org"
dns_search2: "rdu3.fedoraproject.org"
dns_search3: "fedoraproject.org"
dns_search1: "vpn.fedoraproject.org"
dns_search2: "stg.rdu3.fedoraproject.org"
dns_search3: "rdu3.fedoraproject.org"
dns_search4: "fedoraproject.org"
effective_cache_size: "6GB"
eth0_ipv4_gw: 10.16.179.254
eth0_ipv4_ip: 10.16.179.61
@ -29,6 +30,7 @@ network_connections:
- "{{ dns_search1 }}"
- "{{ dns_search2 }}"
- "{{ dns_search3 }}"
- "{{ dns_search4 }}"
gateway4: "{{ eth0_ipv4_gw }}"
gateway6: "{{ eth0_ipv6_gw }}"
mac: "{{ ansible_default_ipv4.macaddress }}"