1 changed files with 4 additions and 1 deletions
@ -1,10 +1,13 @@ |
|||||||
ANSIBLE = /usr/local/opt/ansible/bin/ansible-playbook
|
ANSIBLE = /usr/local/opt/ansible/bin/ansible-playbook
|
||||||
|
|
||||||
all: doc local |
all: doc_silent local |
||||||
|
|
||||||
doc: |
doc: |
||||||
scripts/doc.sh | tee README.md
|
scripts/doc.sh | tee README.md
|
||||||
|
|
||||||
|
doc_silent: |
||||||
|
scripts/doc.sh > README.md
|
||||||
|
|
||||||
local: |
local: |
||||||
$(ANSIBLE) --connection=local --ask-become-pass --inventory localhost, --limit localhost playbook.yml
|
$(ANSIBLE) --connection=local --ask-become-pass --inventory localhost, --limit localhost playbook.yml
|
||||||
|
|
||||||
|
Loading…
Reference in new issue