From 443efffc41984ac604ffa733dd936fecd83006dd Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 24 Feb 2018 15:42:59 +0100 Subject: wip --- ansible/inventory | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ansible/inventory (limited to 'ansible/inventory') diff --git a/ansible/inventory b/ansible/inventory new file mode 100644 index 0000000..3aff9e0 --- /dev/null +++ b/ansible/inventory @@ -0,0 +1,8 @@ +all: + hosts: + knot: + ansible_host: knot.trygvis.io + mw: + ansible_host: mw.trygvis.io + +# vim: set filetype=yaml: -- cgit v1.2.3