ansible/host_vars/hellman/networking.yml

25 lines
537 B
YAML
Raw Normal View History

2021-04-22 21:44:40 +02:00
---
interfaces:
enp7s0:
2021-07-11 03:47:26 +02:00
type: void
2021-07-13 01:24:40 +02:00
vmbr0:
ipv4: 10.50.2.17
2021-04-22 21:44:40 +02:00
netmaskv4: 16
type: static
2021-07-11 03:47:26 +02:00
bridge: true
gateway: 10.50.0.254
interfaces:
- enp7s0
2021-07-13 01:24:40 +02:00
vmbr1:
ipv4: "{{ intranet.subnets.guest_hellman.subnets.hellman.ipv4 }}"
netmaskv4: "{{ intranet.subnets.guest_hellman.netmaskv4 }}"
type: static
bridge: true
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