Batch update of vmhost* Ansible host_vars files for linux-system-roles/network conversion.
This commit is contained in:
parent
f561217bdf
commit
5a97060249
20 changed files with 697 additions and 99 deletions
|
@ -2,7 +2,13 @@
|
|||
# This virthost only has stg instances, so it doesn't freeze
|
||||
freezes: false
|
||||
nested: true
|
||||
dns: 10.3.163.33
|
||||
|
||||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
dns_search1: "stg.iad2.fedoraproject.org"
|
||||
dns_search2: "iad2.fedoraproject.org"
|
||||
dns_search3: "fedoraproject.org"
|
||||
|
||||
has_ipv4: yes
|
||||
br0_ipv4: 10.3.166.28
|
||||
|
@ -28,11 +34,12 @@ network_connections:
|
|||
- "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"
|
||||
gateway4: "{{ br0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns }}"
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- stg.iad2.fedoraproject.org
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
- "{{ dns_search1 }}"
|
||||
- "{{ dns_search2 }}"
|
||||
- "{{ dns_search3 }}"
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
- name: br0-port0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue