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 }}"