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>
1 KiB
1 KiB
— br0_ipv4: 8.43.85.59 br0_ipv4_gw: "{{ gw }}" br0_ipv4_nm: 24 br0_ipv6: "2620:52:3:1:dead:beef:cafe:c003" 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: "f4:02:70:d3:42:48" mac1: "f4:02:70:d3:42:49" mac2: "b0:26:28:d1:dd:c0" mac3: "b0:26:28:d1:dd:c1" mac4: "b4:96:91:63:3b:50" mac5: "b4:96:91:63:3b:51" mac6: "b4:96:91:63:3b:52" mac7: "b4:96:91:63:3b:53" 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