ansible/host_vars/devel01.home.foo.sh.yml

13 lines
295 B
YAML

---
vmhost: vmhost01.home.foo.sh
network_interfaces:
- device: eth0
vlan: 20
ipaddr: 172.20.23.11
netmask: 255.255.252.0
gateway: 172.20.20.1
proto: static
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 443, from: [172.20.20.0/22]}