add the uplink bridge to hellman
This commit is contained in:
parent
cd516e3e18
commit
b6b7003068
1 changed files with 6 additions and 2 deletions
|
@ -1,11 +1,15 @@
|
|||
---
|
||||
interfaces:
|
||||
enp7s0:
|
||||
type: void
|
||||
br0:
|
||||
ipv4: 10.50.2.17
|
||||
netmaskv4: 16
|
||||
type: static
|
||||
routes:
|
||||
- {subnet: 0.0.0.0, netmask: 0, gateway: 10.50.0.254}
|
||||
bridge: true
|
||||
gateway: 10.50.0.254
|
||||
interfaces:
|
||||
- enp7s0
|
||||
wg0:
|
||||
ipv4: "{{ intranet.subnets.physical.subnets.hellman.ipv4 }}"
|
||||
netmaskv4: "{{ intranet.netmaskv4 }}"
|
||||
|
|
Loading…
Reference in a new issue