2020-05-13 17:10:07 -07:00
|
|
|
---
|
2021-11-16 13:27:57 -08:00
|
|
|
br0_ipv4: 10.3.169.12
|
|
|
|
br0_ipv4_gw: 10.3.169.254
|
|
|
|
br0_ipv4_nm: 24
|
|
|
|
br0_port0_mac: "{{ mac1 }}"
|
2020-05-13 17:10:07 -07:00
|
|
|
datacenter: iad2
|
2021-06-17 18:21:45 +00:00
|
|
|
dns1: 10.3.163.33
|
|
|
|
dns2: 10.3.163.34
|
|
|
|
dns_search1: "iad2.fedoraproject.org"
|
|
|
|
dns_search2: "fedoraproject.org"
|
|
|
|
has_ipv4: yes
|
2020-05-13 17:10:07 -07:00
|
|
|
mac1: e4:43:4b:b1:69:fe
|
|
|
|
mac2: e4:43:4b:b1:6a:00
|
|
|
|
mac3: e4:43:4b:b1:6a:1e
|
|
|
|
mac4: e4:43:4b:b1:6a:1f
|
2021-06-17 18:21:45 +00:00
|
|
|
network_connections:
|
2021-11-16 13:27:57 -08:00
|
|
|
- autoconnect: yes
|
2021-06-17 18:21:45 +00:00
|
|
|
ip:
|
|
|
|
address:
|
2021-11-16 13:27:57 -08:00
|
|
|
- "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"
|
|
|
|
dhcp4: no
|
2021-06-17 18:21:45 +00:00
|
|
|
dns:
|
2021-11-16 13:27:57 -08:00
|
|
|
- "{{ dns1 }}"
|
|
|
|
- "{{ dns2 }}"
|
2021-06-17 18:21:45 +00:00
|
|
|
dns_search:
|
2021-11-16 13:27:57 -08:00
|
|
|
- "{{ dns_search1 }}"
|
|
|
|
- "{{ dns_search2 }}"
|
|
|
|
gateway4: "{{ br0_ipv4_gw }}"
|
|
|
|
name: br0
|
2021-06-17 18:21:45 +00:00
|
|
|
state: up
|
2021-11-16 13:27:57 -08:00
|
|
|
type: bridge
|
2022-05-15 12:13:50 -07:00
|
|
|
mtu: 9000
|
2021-11-16 13:27:57 -08:00
|
|
|
- mac: "{{ br0_port0_mac }}"
|
2021-06-17 18:21:45 +00:00
|
|
|
master: br0
|
2021-11-16 13:27:57 -08:00
|
|
|
name: br0-port0
|
|
|
|
state: up
|
|
|
|
type: ethernet
|
2022-05-15 12:13:50 -07:00
|
|
|
mtu: 9000
|