ansible/host_vars/vm5/networking.yml

16 lines
219 B
YAML
Raw Normal View History

2021-07-10 02:39:21 +02:00
---
interfaces:
enp0s3:
2021-07-11 03:18:12 +02:00
type: void
br0:
2021-07-10 02:39:21 +02:00
ipv4: 10.0.2.9
netmaskv4: 24
type: static
2021-07-11 03:18:12 +02:00
bridge: true
2021-07-10 02:39:21 +02:00
gateway: 10.0.2.1
2021-07-11 03:18:12 +02:00
interfaces:
- enp0s3
2021-07-10 02:39:21 +02:00
ipv4_forwarding: false
ipv6_forwarding: false