Add nms01/02 hosts
This commit is contained in:
parent
c7d8c1e677
commit
1c9df4f36f
5 changed files with 95 additions and 0 deletions
18
host_vars/nms01.home.foo.sh.yml
Normal file
18
host_vars/nms01.home.foo.sh.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
vmhost: vmhost01.home.foo.sh
|
||||
network_interfaces:
|
||||
- device: eth0
|
||||
vlan: 20
|
||||
mac: "52:54:00:ac:dc:43"
|
||||
- device: eth1
|
||||
vlan: 25
|
||||
ipaddr: 172.20.25.2
|
||||
netmask: 255.255.255.0
|
||||
proto: static
|
||||
- device: eth2
|
||||
vlan: 103
|
||||
ipaddr: 192.168.100.2
|
||||
netmask: 255.255.255.248
|
||||
proto: static
|
||||
|
||||
vip25_priority: 128
|
18
host_vars/nms02.home.foo.sh.yml
Normal file
18
host_vars/nms02.home.foo.sh.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
vmhost: vmhost02.home.foo.sh
|
||||
network_interfaces:
|
||||
- device: eth0
|
||||
vlan: 20
|
||||
mac: "52:54:00:ac:dc:44"
|
||||
- device: eth1
|
||||
vlan: 25
|
||||
ipaddr: 172.20.25.3
|
||||
netmask: 255.255.255.0
|
||||
proto: static
|
||||
- device: eth2
|
||||
vlan: 103
|
||||
ipaddr: 192.168.100.3
|
||||
netmask: 255.255.255.248
|
||||
proto: static
|
||||
|
||||
vip25_priority: 0
|
Loading…
Add table
Add a link
Reference in a new issue