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:
parent
5887d43751
commit
0595b45e39
1 changed files with 5 additions and 3 deletions
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue