From 37d104f7d74fd7b5fd6b65caf6f4d0dcf0cd614a Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 25 Feb 2018 07:15:53 +0100 Subject: wip --- ansible/inventory | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'ansible/inventory') 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: -- cgit v1.2.3