15 lines
336 B
YAML
15 lines
336 B
YAML
---
|
|
interfaces:
|
|
enp0s25:
|
|
ipv4: 10.50.1.221
|
|
netmaskv4: 16
|
|
type: static
|
|
routes:
|
|
- {subnet: 0.0.0.0, netmask: 0, gateway: 10.50.0.254}
|
|
wg0:
|
|
ipv4: "{{ intranet.subnets.physical.subnets.azerty.ipv4 }}"
|
|
netmaskv4: "{{ intranet.netmaskv4 }}"
|
|
type: wireguard
|
|
|
|
ipv4_forwarding: false
|
|
ipv6_forwarding: false
|