ansible/host_vars/print01.home.foo.sh.yml
2021-03-31 22:46:40 +00:00

15 lines
296 B
YAML

---
vmhost: vmhost01.home.foo.sh
network_interfaces:
- device: eth0
vlan: 20
mac: "52:54:00:ac:dc:1b"
nameservers: []
- device: eth1
vlan: 24
ipaddr: 172.20.24.2
netmask: 255.255.255.0
proto: static
nameservers: [172.20.24.1, 172.20.24.2]
vip24_priority: 128