ansible/inventory/host_vars/bvmhost-x86-05.iad2.fedoraproject.org

45 lines
789 B
Org Mode
Raw Normal View History

---
datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
dns_search1: "iad2.fedoraproject.org"
dns_search2: "fedoraproject.org"
has_ipv4: yes
br0_ipv4: 10.3.169.15
br0_ipv4_nm: 24
br0_ipv4_gw: 10.3.169.254
mac1: e4:43:4b:ae:44:ee
mac2: e4:43:4b:ae:44:f0
mac3: e4:43:4b:ae:45:0e
mac4: e4:43:4b:ae:45:0f
br0_port0_mac: "{{ mac1 }}"
network_connections:
- name: br0
state: up
type: bridge
autoconnect: yes
ip:
address:
- "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"
gateway4: "{{ br0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- "{{ dns_search1 }}"
- "{{ dns_search2 }}"
dhcp4: no
auto6: no
- name: br0-port0
state: up
type: ethernet
master: br0
mac: "{{ br0_port0_mac }}"