ns05: fix ipv6 gateway
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
0d4a922068
commit
88ee2b23ce
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ network_connections:
|
|||
- "{{ dns_search1 }}"
|
||||
- "{{ dns_search2 }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
gateway6: "{{ eth0_ipv4_gw }}"
|
||||
gateway6: "{{ eth0_ipv6_gw }}"
|
||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
||||
name: eth0
|
||||
type: ethernet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue