Add dna-gw hosts for iot network
This commit is contained in:
parent
ba057bb8c9
commit
bd18ce3d22
3 changed files with 35 additions and 0 deletions
14
host_vars/dna-gw05.iot.foo.sh.yml
Normal file
14
host_vars/dna-gw05.iot.foo.sh.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
vmhost: vmhost01.home.foo.sh
|
||||
network_interfaces:
|
||||
- device: vio0
|
||||
vlan: 27
|
||||
mac: 52:54:00:da:da:05
|
||||
ipaddr: 172.20.27.5
|
||||
netmask: 255.255.255.0
|
||||
proto: static
|
||||
- device: vio1
|
||||
vlan: 103
|
||||
proto: none
|
||||
vip11_priority: 240
|
||||
vip12_priority: 120
|
14
host_vars/dna-gw06.iot.foo.sh.yml
Normal file
14
host_vars/dna-gw06.iot.foo.sh.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
vmhost: vmhost02.home.foo.sh
|
||||
network_interfaces:
|
||||
- device: vio0
|
||||
vlan: 27
|
||||
mac: 52:54:00:da:da:06
|
||||
ipaddr: 172.20.27.6
|
||||
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