14 lines
275 B
YAML
14 lines
275 B
YAML
---
|
|
interfaces:
|
|
enp0s3:
|
|
ipv4: 10.0.2.8
|
|
netmaskv4: 24
|
|
type: static
|
|
gateway: 10.0.2.1
|
|
wg0:
|
|
ipv4: "{{ intranet.subnets.test.subnets.vm4.ipv4 }}"
|
|
netmaskv4: "{{ intranet.netmaskv4 }}"
|
|
type: wireguard
|
|
|
|
ipv4_forwarding: false
|
|
ipv6_forwarding: false
|