ansible/inventory/host_vars/vmhost-x86-copr04.rdu-cc.fedoraproject.org
Kevin Fenzi 7cb3fddb79 host vars: drop auto6: no from connection profiles
Turns out the current version of linux-system-roles network doesn't like
setting ipv6 no and setting search domains since NetworkManager wants to
set them for both ipv4 and ipv6. There's some upstream fix, but not in
our current version.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-17 19:33:50 -08:00

46 lines
1 KiB
Org Mode

---
br0_ipv4: 8.43.85.60
br0_ipv4_gw: "{{ gw }}"
br0_ipv4_nm: 24
br0_ipv6: "2620:52:3:1:dead:beef:cafe:c004"
br0_ipv6_gw: "2620:52:3:1:ffff:ffff:ffff:fffe"
br0_ipv6_nm: 64
br0_port0_mac: "{{ mac0 }}"
datacenter: rdu-cc
dns: 8.8.8.8
gw: 8.43.85.254
has_ipv4: yes
has_ipv6: yes
mac0: "70:b5:e8:d0:a4:06"
mac1: "70:b5:e8:d0:a4:07"
mac2: "b0:26:28:d1:e0:f0"
mac3: "b0:26:28:d1:e0:f1"
mac4: "b4:96:91:63:3a:a0"
mac5: "b4:96:91:63:3a:a1"
mac6: "b4:96:91:63:3a:a2"
mac7: "b4:96:91:63:3a:a3"
network_connections:
- autoconnect: yes
ip:
address:
- "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"
- "{{ br0_ipv6 }}/{{ br0_ipv6_nm }}"
dhcp4: no
dns:
- 8.8.8.8
- 8.8.4.4
- 2001:4860:4860::8888
dns_search:
- fedoraproject.org
- vpn.fedoraproject.org
- rdu-cc.fedoraproject.org
gateway4: "{{ br0_ipv4_gw }}"
gateway6: "{{ br0_ipv6_gw }}"
name: br0
state: up
type: bridge
- mac: "{{ br0_port0_mac }}"
master: br0
name: br0-port0
state: up
type: ethernet