From 3ba9a2a789b71c5b1c723f32c19d41b698b08e31 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Tue, 17 Jun 2025 22:33:56 +0000 Subject: [PATCH] Add new dna-gw hosts for lan network --- host_vars/dna-gw03.lan.foo.sh.yml | 14 ++++++++++++++ host_vars/dna-gw04.lan.foo.sh.yml | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 host_vars/dna-gw03.lan.foo.sh.yml create mode 100644 host_vars/dna-gw04.lan.foo.sh.yml 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