14 lines
287 B
YAML
14 lines
287 B
YAML
---
|
|
interfaces:
|
|
eth0:
|
|
ipv4: 192.168.0.50
|
|
netmaskv4: 24
|
|
type: static
|
|
gateway: 192.168.0.1
|
|
wg0:
|
|
ipv4: "{{ intranet.subnets.physical.subnets.rossum.ipv4 }}"
|
|
netmaskv4: "{{ intranet.netmaskv4 }}"
|
|
type: wireguard
|
|
|
|
ipv4_forwarding: false
|
|
ipv6_forwarding: false
|