Add shell01.home.foo.sh
This commit is contained in:
parent
2f39d6ebf9
commit
9ffe1dc3c0
2 changed files with 16 additions and 0 deletions
15
host_vars/shell01.foo.sh.yml
Normal file
15
host_vars/shell01.foo.sh.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
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]
|
1
hosts
1
hosts
|
@ -38,6 +38,7 @@ proxy01.home.foo.sh
|
||||||
proxy02.home.foo.sh
|
proxy02.home.foo.sh
|
||||||
|
|
||||||
[shell]
|
[shell]
|
||||||
|
shell01.foo.sh
|
||||||
shell02.foo.sh
|
shell02.foo.sh
|
||||||
|
|
||||||
[static]
|
[static]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue