Browse Source

Specify ansible-playbook command

master
Maxim Likhachev 5 years ago
parent
commit
139bf9852b
  1. 4
      Makefile

4
Makefile

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
ANSIBLE = ansible-playbook
ANSIBLE = ansible-playbook --connection=local --ask-become-pass --inventory localhost, --limit localhost
all: doc_silent local
@ -9,5 +9,5 @@ doc_silent: @@ -9,5 +9,5 @@ doc_silent:
scripts/doc.sh > README.md
local:
$(ANSIBLE) --connection=local --ask-become-pass --inventory localhost, --limit localhost playbook.yml
$(ANSIBLE) playbook.yml

Loading…
Cancel
Save