From f0f7aea8cdcb8bb68847167e290a883f3a59753a Mon Sep 17 00:00:00 2001 From: test2 Date: Fri, 12 Jun 2020 15:20:23 +0300 Subject: [PATCH] ansible --- ansible/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/Makefile b/ansible/Makefile index d8bef6c..3896577 100644 --- a/ansible/Makefile +++ b/ansible/Makefile @@ -9,7 +9,7 @@ ps: @echo "ps aux" ; \ cat inv-template.yml > inv.yml ; \ swarmlab-getworkers >> inv.yml ; \ - ansible-playbook -u ubuntu -inv.yml examples/ps.yml -f 5 --private-key=/home/ubuntu/.ssh/id_rsa ; \ + ansible-playbook -u ubuntu -i inv.yml examples/ps.yml -f 5 --private-key=/home/ubuntu/.ssh/id_rsa ; \