forked from infra/ansible
retrace03: set ipv6 correctly
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d8319efcb2
commit
b2edd04363
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue