ibiblio02: adjust connection settings
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
bfd7518efd
commit
b9190670cb
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@ has_ipv6: true
|
||||||
br0_port0_mac: 6c:fe:54:5d:ff:7c
|
br0_port0_mac: 6c:fe:54:5d:ff:7c
|
||||||
network_connections:
|
network_connections:
|
||||||
- autoconnect: true
|
- autoconnect: true
|
||||||
- name: br0
|
name: br0
|
||||||
state: up
|
state: up
|
||||||
type: bridge
|
type: bridge
|
||||||
mtu: 9000
|
mtu: 9000
|
||||||
|
@ -33,6 +33,7 @@ network_connections:
|
||||||
gateway4: '{{ br0_ipv4_gw }}'
|
gateway4: '{{ br0_ipv4_gw }}'
|
||||||
gateway6: '{{ br0_ipv6_gw }}'
|
gateway6: '{{ br0_ipv6_gw }}'
|
||||||
- name: br0-port0
|
- name: br0-port0
|
||||||
|
autoconnect: true
|
||||||
mac: "{{ br0_port0_mac }}"
|
mac: "{{ br0_port0_mac }}"
|
||||||
master: br0
|
master: br0
|
||||||
state: up
|
state: up
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue