From 4246172c250e14c1772453509d22c0ab1762825e Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Tue, 7 Sep 2021 11:42:42 +0200 Subject: [PATCH] update rossum networking config --- host_vars/rossum/networking.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/host_vars/rossum/networking.yml b/host_vars/rossum/networking.yml index fe3abce..a34b62e 100644 --- a/host_vars/rossum/networking.yml +++ b/host_vars/rossum/networking.yml @@ -1,10 +1,7 @@ --- interfaces: eth0: - ipv4: 192.168.0.50 - netmaskv4: 24 - type: static - gateway: 192.168.0.1 + type: dhcp wg0: ipv4: "{{ intranet.subnets.physical.subnets.rossum.ipv4 }}" netmaskv4: "{{ intranet.netmaskv4 }}"