ansible/host_vars/rossum/networking.yml

14 lines
287 B
YAML
Raw Normal View History

2021-04-25 18:49:28 +02:00
---
interfaces:
eth0:
2021-09-07 11:42:42 +02:00
type: dhcp
2021-04-25 18:49:28 +02:00
wg0:
ipv4: "{{ intranet.subnets.physical.subnets.rossum.ipv4 }}"
netmaskv4: "{{ intranet.netmaskv4 }}"
type: wireguard
2021-04-25 18:49:28 +02:00
ipv4_forwarding: false
ipv6_forwarding: false
2021-09-06 00:24:56 +02:00
lan_address: "{{ intranet.subnets.physical.subnets.rossum.ipv4 }}"