From b6b7003068be308e7f702bcfeb9c13234d22a870 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Sun, 11 Jul 2021 03:47:26 +0200 Subject: [PATCH] add the uplink bridge to hellman --- host_vars/hellman/networking.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 }}"