Add relay01 and relay02 hosts
This commit is contained in:
parent
ca03926094
commit
e6a6e32755
5 changed files with 101 additions and 0 deletions
17
host_vars/relay01.home.foo.sh.yml
Normal file
17
host_vars/relay01.home.foo.sh.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
vmhost: vmhost01.home.foo.sh
|
||||
network_interfaces:
|
||||
- device: vio0
|
||||
vlan: 20
|
||||
mac: 52:54:00:ac:dc:53
|
||||
ipaddr: 172.20.21.83
|
||||
netmask: 255.255.252.0
|
||||
proto: static
|
||||
- device: vio1
|
||||
vlan: 102
|
||||
proto: none
|
||||
|
||||
# kludge advskew values for carps
|
||||
vip150_priority: 120
|
||||
vip151_priority: 240
|
||||
vip152_priority: 120
|
Loading…
Add table
Add a link
Reference in a new issue