ansible/host_vars/hellman/networking.yml

16 lines
335 B
YAML
Raw Normal View History

2021-04-22 21:44:40 +02:00
---
interfaces:
enp7s0:
ipv4: 10.50.2.17
2021-04-22 21:44:40 +02:00
netmaskv4: 16
type: static
routes:
- {subnet: 0.0.0.0, netmask: 0, gateway: 10.50.0.254}
2021-04-22 21:44:40 +02:00
wg0:
ipv4: "{{ intranet.subnets.physical.subnets.hellman.ipv4 }}"
netmaskv4: "{{ intranet.netmaskv4 }}"
type: wireguard
2021-04-22 23:39:58 +02:00
ipv4_forwarding: false
ipv6_forwarding: false