aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/inventory-localhost
diff options
context:
space:
mode:
authorKristian Lyngstol <kly@kly.no>2017-04-19 18:17:40 +0200
committerKristian Lyngstol <kly@kly.no>2017-04-19 18:17:40 +0200
commit4e04c35f04c264d728587a54d0515eef0a42a44b (patch)
tree7850ac76ba7d494014ecc97d54322567ed44af5d /ansible/inventory-localhost
parent5bd19932a886eae468fea8bcb0e30c78f1d45141 (diff)
build/: Make room for new deployment scheme
Diffstat (limited to 'ansible/inventory-localhost')
-rw-r--r--ansible/inventory-localhost10
1 files changed, 10 insertions, 0 deletions
diff --git a/ansible/inventory-localhost b/ansible/inventory-localhost
new file mode 100644
index 0000000..ee4e0bc
--- /dev/null
+++ b/ansible/inventory-localhost
@@ -0,0 +1,10 @@
+[front-test]
+localhost ansible_connection=local
+[postgres]
+localhost ansible_connection=local
+[web]
+localhost ansible_connection=local
+[ping]
+localhost ansible_connection=local
+[snmp]
+localhost ansible_connection=local