ansible/host_vars/shell02.foo.sh.yml
Timo Makinen da2440a2af Move shell hosts back to NFS mounte home directories
Use static ip for lan network for now to get NFS access to home
directories. Still require kerberos for role directories.
2021-03-11 19:27:21 +00:00

15 lines
313 B
YAML

---
vmhost: vmhost02.home.foo.sh
network_interfaces:
- device: eth0
vlan: 102
ipaddr: 37.16.96.156
netmask: 255.255.255.240
gateway: 37.16.96.145
proto: static
- device: eth1
vlan: 30
ipaddr: 172.20.30.22
netmask: 255.255.255.0
proto: static
nameservers: [172.20.30.2]