ansible/host_vars/hindley/networking.yml

15 lines
312 B
YAML
Raw Normal View History

2021-04-22 21:44:40 +02:00
---
interfaces:
enp2s0:
2021-07-10 03:38:36 +02:00
ipv4: 45.66.110.3
2021-07-10 02:39:21 +02:00
type: dhcp
2021-04-22 21:44:40 +02:00
wg0:
ipv4: "{{ intranet.subnets.physical.subnets.hindley.ipv4 }}"
netmaskv4: "{{ intranet.netmaskv4 }}"
2021-07-05 03:57:04 +02:00
type: wireguard
2021-04-22 23:39:58 +02:00
ipv4_forwarding: true
ipv6_forwarding: false
2021-09-06 00:24:56 +02:00
lan_address: "{{ intranet.subnets.physical.subnets.hindley.ipv4 }}"