diff --git a/host_vars/dna-gw03.lan.foo.sh.yml b/host_vars/dna-gw03.lan.foo.sh.yml new file mode 100644 index 0000000..b7f139d --- /dev/null +++ b/host_vars/dna-gw03.lan.foo.sh.yml @@ -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 diff --git a/host_vars/dna-gw04.lan.foo.sh.yml b/host_vars/dna-gw04.lan.foo.sh.yml new file mode 100644 index 0000000..26e8d41 --- /dev/null +++ b/host_vars/dna-gw04.lan.foo.sh.yml @@ -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