ansible/inventory/host_vars/vmhost-x86-05.stg.iad2.fedoraproject.org

45 lines
992 B
Org Mode
Raw Normal View History

---
# This virthost only has stg instances, so it doesn't freeze
br0_ipv4: 10.3.166.15
br0_ipv4_gw: 10.3.166.254
br0_ipv4_nm: 24
br0_port0_mac: "{{ mac5 }}"
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"
freezes: false
has_ipv4: yes
mac1: 18:66:da:f7:7a:58
mac2: 18:66:da:f7:7a:59
mac3: 18:66:da:f7:7a:5a
mac4: 18:66:da:f7:7a:5b
mac5: a0:36:9f:de:88:28
mac6: a0:36:9f:de:88:2a
nested: true
network_connections:
- autoconnect: yes
ip:
address:
- "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"
dhcp4: no
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- "{{ dns_search1 }}"
- "{{ dns_search2 }}"
- "{{ dns_search3 }}"
gateway4: "{{ br0_ipv4_gw }}"
name: br0
state: up
type: bridge
mtu: 9000
- mac: "{{ br0_port0_mac }}"
master: br0
name: br0-port0
state: up
type: ethernet
mtu: 9000