diff options
Diffstat (limited to 'ansible/inventory')
-rw-r--r-- | ansible/inventory | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/ansible/inventory b/ansible/inventory index de7c417..38f04d0 100644 --- a/ansible/inventory +++ b/ansible/inventory @@ -8,13 +8,20 @@ all: ansible_host: vs.trygvis.io arius: ansible_host: arius.trygvis.io + mw: + ansible_host: 2a01:7e00:e000:272:2ff:aaff:fe7e:46b4 children: - via_knot: + vm: hosts: mw: - ansible_host: knot.trygvis.io - ansible_connection: lxc_ssh - ansible_ssh_extra_args: mw + vars: + lusers_authorized_keys_exclusive: yes + via_knot: + hosts: +# mw: +# ansible_host: knot.trygvis.io +# ansible_connection: lxc_ssh +# ansible_ssh_extra_args: mw sz-prod: ansible_host: knot.trygvis.io ansible_connection: lxc_ssh |