add the uplink bridge to hellman

This commit is contained in:
histausse 2021-07-11 03:47:26 +02:00
parent cd516e3e18
commit b6b7003068
Signed by: histausse
GPG key ID: 67486F107F62E9E9

View file

@ -1,11 +1,15 @@
--- ---
interfaces: interfaces:
enp7s0: enp7s0:
type: void
br0:
ipv4: 10.50.2.17 ipv4: 10.50.2.17
netmaskv4: 16 netmaskv4: 16
type: static type: static
routes: bridge: true
- {subnet: 0.0.0.0, netmask: 0, gateway: 10.50.0.254} gateway: 10.50.0.254
interfaces:
- enp7s0
wg0: wg0:
ipv4: "{{ intranet.subnets.physical.subnets.hellman.ipv4 }}" ipv4: "{{ intranet.subnets.physical.subnets.hellman.ipv4 }}"
netmaskv4: "{{ intranet.netmaskv4 }}" netmaskv4: "{{ intranet.netmaskv4 }}"