diff --git a/host_vars/hellman/networking.yml b/host_vars/hellman/networking.yml index c6588d3..f22213e 100644 --- a/host_vars/hellman/networking.yml +++ b/host_vars/hellman/networking.yml @@ -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 }}"