ansible/host_vars/vm2/networking.yml

12 lines
214 B
YAML
Raw Normal View History

2021-04-27 20:57:23 +02:00
---
interfaces:
enp0s3:
2021-07-08 00:43:58 +02:00
type: dhcp
2021-04-27 20:57:23 +02:00
wg0:
ipv4: "{{ intranet.subnets.test.subnets.vm2.ipv4 }}"
netmaskv4: "{{ intranet.netmaskv4 }}"
type: wireguard
2021-04-27 20:57:23 +02:00
ipv4_forwarding: false
ipv6_forwarding: false