aboutsummaryrefslogtreecommitdiff
path: root/ansible/inventory
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/inventory')
-rw-r--r--ansible/inventory11
1 files changed, 9 insertions, 2 deletions
diff --git a/ansible/inventory b/ansible/inventory
index 3aff9e0..ef29986 100644
--- a/ansible/inventory
+++ b/ansible/inventory
@@ -2,7 +2,14 @@ all:
hosts:
knot:
ansible_host: knot.trygvis.io
- mw:
- ansible_host: mw.trygvis.io
+# mw:
+# ansible_host: mw.trygvis.io
+ children:
+ via_knot:
+ hosts:
+ mw:
+ ansible_host: knot.trygvis.io
+ ansible_connection: lxc_ssh
+ ansible_ssh_extra_args: mw
# vim: set filetype=yaml: