ansible/host_vars/azerty/networking.yml

15 lines
289 B
YAML
Raw Normal View History

2021-04-22 21:44:40 +02:00
---
interfaces:
enp0s25:
2021-07-05 03:30:57 +02:00
ipv4: 10.50.1.221
2021-04-22 21:44:40 +02:00
netmaskv4: 16
2021-07-05 03:30:57 +02:00
type: static
2021-07-10 03:38:36 +02:00
gateway: 10.50.0.254
2021-04-22 21:44:40 +02:00
wg0:
ipv4: "{{ intranet.subnets.physical.subnets.azerty.ipv4 }}"
netmaskv4: "{{ intranet.netmaskv4 }}"
2021-07-05 03:30:57 +02:00
type: wireguard
2021-04-22 23:39:58 +02:00
ipv4_forwarding: false
ipv6_forwarding: false