ansible/host_vars/fsol02.home.foo.sh.yml
Timo Makinen 55855d7c15 Start working on replicated fsol gw
* Add fsol01 host
* Move everything to fsol01 for now
* Add pfsync interface
* Try to fix firewall rules with correct no-sync options
2021-03-16 22:41:58 +00:00

20 lines
375 B
YAML

---
vmhost: vmhost02.home.foo.sh
network_interfaces:
- device: vio0
vlan: 20
mac: 52:54:00:ac:dc:40
ipaddr: 172.20.21.64
netmask: 255.255.252.0
proto: static
- device: vio1
vlan: 26
ipaddr: 172.20.26.2
netmask: 255.255.255.252
proto: static
- device: vio2
vlan: 103
proto: dhcp
- device: vio3
vlan: 102
proto: none