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