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
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue