ansible/host_vars/shell01.foo.sh.yml

16 lines
331 B
YAML

---
vmhost: vmhost01.home.foo.sh
network_interfaces:
- device: eth0
vlan: 102
ipaddr: 37.16.96.155
netmask: 255.255.255.240
gateway: 37.16.96.145
proto: static
- device: eth1
vlan: 30
ipaddr: 172.20.30.21
netmask: 255.255.255.0
proto: static
nameservers: [172.20.30.2]
ip6addr: none