From e724d7a1abfde2f874720048d33ac834c49cdf6e Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Sun, 30 Sep 2018 19:42:49 +0200 Subject: Make it easier to run locally Now you just need ansible-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 :/ --- inventory | 1 + 1 file changed, 1 insertion(+) create mode 100644 inventory (limited to 'inventory') diff --git a/inventory b/inventory new file mode 100644 index 0000000..227a8de --- /dev/null +++ b/inventory @@ -0,0 +1 @@ +space.labitat.dk -- cgit v1.2.1