1
0
Fork 0
forked from infra/ansible

retrace03: set ipv6 correctly

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-12-10 12:23:12 -08:00
commit b2edd04363

View file

@ -133,6 +133,7 @@ network_connections:
ip:
address:
- "{{ br0_ipv4_ip }}/{{ br0_ipv4_nm }}"
- "{{ br0_ipv6_ip }}/{{ br0_ipv6_nm }}"
dhcp4: no
dns:
- "{{ dns1 }}"
@ -141,6 +142,7 @@ network_connections:
- "{{ dns_search1 }}"
- "{{ dns_search2 }}"
gateway4: "{{ br0_ipv4_gw }}"
gateway6: "{{ br0_ipv6_gw }}"
# Bond profile
- name: bond0
type: bond