ansible/host_vars/hindley/networking.yml

12 lines
228 B
YAML
Raw Normal View History

2021-04-22 21:44:40 +02:00
---
interfaces:
enp2s0:
ipv4: "45.66.110.3"
netmaskv4: 24
wg0:
ipv4: "{{ intranet.subnets.physical.subnets.hindley.ipv4 }}"
netmaskv4: "{{ intranet.netmaskv4 }}"
2021-04-22 23:39:58 +02:00
ipv4_forwarding: true
ipv6_forwarding: false