dedicatedsolutions01: fix ipv6 nm
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e5be97ffc4
commit
dba1e99477
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ br0_ipv4_gw: 67.219.144.65
|
||||||
br0_ipv4_nm: 29
|
br0_ipv4_nm: 29
|
||||||
br0_ipv6: "2604:1580:fe00:0:dead:beef:cafe:fe01"
|
br0_ipv6: "2604:1580:fe00:0:dead:beef:cafe:fe01"
|
||||||
br0_ipv6_gw: "2604:1580:fe00::1"
|
br0_ipv6_gw: "2604:1580:fe00::1"
|
||||||
|
br0_ipv6_nm: 64
|
||||||
br0_port0_mac: "{{ mac1 }}"
|
br0_port0_mac: "{{ mac1 }}"
|
||||||
datacenter: dedicatedsolutions
|
datacenter: dedicatedsolutions
|
||||||
dns1: 8.8.8.8
|
dns1: 8.8.8.8
|
||||||
|
@ -18,7 +19,7 @@ network_connections:
|
||||||
ip:
|
ip:
|
||||||
address:
|
address:
|
||||||
- "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"
|
- "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"
|
||||||
- "{{ br0_ipv6 }}"
|
- "{{ br0_ipv6 }}/{{ br0_ipv6_nm }}"
|
||||||
dhcp4: no
|
dhcp4: no
|
||||||
dns:
|
dns:
|
||||||
- "{{ dns1 }}"
|
- "{{ dns1 }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue