aboutsummaryrefslogtreecommitdiff
path: root/ansible/inventory
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/inventory')
-rw-r--r--ansible/inventory8
1 files changed, 8 insertions, 0 deletions
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: