diff --git a/host_vars/dna-gw05.iot.foo.sh.yml b/host_vars/dna-gw05.iot.foo.sh.yml new file mode 100644 index 0000000..c94dbf8 --- /dev/null +++ b/host_vars/dna-gw05.iot.foo.sh.yml @@ -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 diff --git a/host_vars/dna-gw06.iot.foo.sh.yml b/host_vars/dna-gw06.iot.foo.sh.yml new file mode 100644 index 0000000..df0ff75 --- /dev/null +++ b/host_vars/dna-gw06.iot.foo.sh.yml @@ -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 diff --git a/hosts.yml b/hosts.yml index 65efb97..6067b60 100644 --- a/hosts.yml +++ b/hosts.yml @@ -25,6 +25,13 @@ dnagw: vars: ssh_jumphost: gw.lan.foo.sh ansible_ssh_common_args: "{{ ('-J root@' + ssh_jumphost) | default(undef) }}" + dnagw_iot: + hosts: + dna-gw05.iot.foo.sh: + dna-gw06.iot.foo.sh: + vars: + ssh_jumphost: gw.iot.foo.sh + ansible_ssh_common_args: "{{ ('-J root@' + ssh_jumphost) | default(undef) }}" forgejo: hosts: forgejo02.home.foo.sh: