Add shell hosts group
This commit is contained in:
parent
d88f341d15
commit
199e250562
4 changed files with 50 additions and 0 deletions
14
host_vars/shell02.foo.sh.yml
Normal file
14
host_vars/shell02.foo.sh.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
vmhost: vmhost02.home.foo.sh
|
||||
network_interfaces:
|
||||
- device: eth0
|
||||
vlan: 102
|
||||
ipaddr: 37.16.96.156
|
||||
netmask: 255.255.255.240
|
||||
proto: static
|
||||
- device: eth1
|
||||
vlan: 30
|
||||
ipaddr: 172.20.30.22
|
||||
netmask: 255.255.255.0
|
||||
proto: static
|
||||
network_default_gateway: 37.16.96.145
|
Loading…
Add table
Add a link
Reference in a new issue