From e724d7a1abfde2f874720048d33ac834c49cdf6e Mon Sep 17 00:00:00 2001
From: Emil Renner Berthing <esmil@labitat.dk>
Date: Sun, 30 Sep 2018 19:42:49 +0200
Subject: Make it easier to run locally

Now you just need ansible-playbook <playbook> when running
ansible from your workstation.
However when running ansible on the target machine it's
a good idea to add "-clocal". Otherwise ansible will
ssh to itself :/
---
 roles/space_server/files/ansible/hosts | 11 -----------
 1 file changed, 11 deletions(-)
 delete mode 100644 roles/space_server/files/ansible/hosts

(limited to 'roles/space_server/files/ansible')

diff --git a/roles/space_server/files/ansible/hosts b/roles/space_server/files/ansible/hosts
deleted file mode 100644
index 3091e4a..0000000
--- a/roles/space_server/files/ansible/hosts
+++ /dev/null
@@ -1,11 +0,0 @@
-# This is the default ansible 'hosts' file.
-#
-# It should live in /etc/ansible/hosts
-#
-#   - Comments begin with the '#' character
-#   - Blank lines are ignored
-#   - Groups of hosts are delimited by [header] elements
-#   - You can enter hostnames or ip addresses
-#   - A hostname/ip can be a member of multiple groups
-
-space ansible_connection=local
-- 
cgit v1.2.1