ansible/host_vars/vm4/networking.yml

16 lines
323 B
YAML
Raw Normal View History

2021-04-27 20:57:23 +02:00
---
interfaces:
enp0s3:
ipv4: 10.0.2.32
netmaskv4: 24
type: static
routes:
- {subnet: 0.0.0.0, netmask: 0, gateway: 10.0.2.1}
2021-04-27 20:57:23 +02:00
wg0:
ipv4: "{{ intranet.subnets.test.subnets.vm4.ipv4 }}"
netmaskv4: "{{ intranet.netmaskv4 }}"
type: wireguard
2021-04-27 20:57:23 +02:00
ipv4_forwarding: false
ipv6_forwarding: false