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 :/ --- roles/space_server/tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'roles/space_server/tasks/main.yml') diff --git a/roles/space_server/tasks/main.yml b/roles/space_server/tasks/main.yml index 0a0aed0..5b93e60 100644 --- a/roles/space_server/tasks/main.yml +++ b/roles/space_server/tasks/main.yml @@ -9,8 +9,6 @@ tags: - fstab -- import_tasks: ansible.yml - tags: ansible - import_tasks: sudo.yml tags: sudo - import_tasks: kernel.yml -- cgit v1.2.1