Add new dna-gw hosts for lan network
This commit is contained in:
parent
a69a1f5d7d
commit
3ba9a2a789
2 changed files with 28 additions and 0 deletions
14
host_vars/dna-gw03.lan.foo.sh.yml
Normal file
14
host_vars/dna-gw03.lan.foo.sh.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
vmhost: vmhost01.home.foo.sh
|
||||||
|
network_interfaces:
|
||||||
|
- device: vio0
|
||||||
|
vlan: 30
|
||||||
|
mac: 52:54:00:ca:fe:03
|
||||||
|
ipaddr: 172.20.30.2
|
||||||
|
netmask: 255.255.255.0
|
||||||
|
proto: static
|
||||||
|
- device: vio1
|
||||||
|
vlan: 103
|
||||||
|
proto: none
|
||||||
|
vip11_priority: 120
|
||||||
|
vip12_priority: 240
|
14
host_vars/dna-gw04.lan.foo.sh.yml
Normal file
14
host_vars/dna-gw04.lan.foo.sh.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
vmhost: vmhost02.home.foo.sh
|
||||||
|
network_interfaces:
|
||||||
|
- device: vio0
|
||||||
|
vlan: 30
|
||||||
|
mac: 52:54:00:ca:fe:04
|
||||||
|
ipaddr: 172.20.30.3
|
||||||
|
netmask: 255.255.255.0
|
||||||
|
proto: static
|
||||||
|
- device: vio1
|
||||||
|
vlan: 103
|
||||||
|
proto: none
|
||||||
|
vip11_priority: 120
|
||||||
|
vip12_priority: 240
|
Loading…
Add table
Add a link
Reference in a new issue