ansible/host_vars/dna-gw01.home.foo.sh.yml
Timo Makinen 23bfc4b97a Use static IP address for dna-gw hosts
These are running DHCP server for home.foo.sh network so prevent
chicken/egg problems.
2021-04-28 14:24:37 +00:00

12 lines
226 B
YAML

---
vmhost: vmhost01.home.foo.sh
network_interfaces:
- device: vio0
vlan: 20
mac: 52:54:00:ac:dc:01
ipaddr: 172.20.21.1
netmask: 255.255.252.0
proto: static
- device: vio1
vlan: 103
proto: none