aboutsummaryrefslogtreecommitdiff
path: root/ansible/inventory
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-02-24 15:42:59 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2018-02-24 15:42:59 +0100
commit443efffc41984ac604ffa733dd936fecd83006dd (patch)
tree5fc57dc1c54166959956d877abd711a8bef22553 /ansible/inventory
parentfb6825f869e7895940a3df2f15da6cdac32a1e0b (diff)
downloadinfra-443efffc41984ac604ffa733dd936fecd83006dd.tar.gz
infra-443efffc41984ac604ffa733dd936fecd83006dd.tar.bz2
infra-443efffc41984ac604ffa733dd936fecd83006dd.tar.xz
infra-443efffc41984ac604ffa733dd936fecd83006dd.zip
wip
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: