Added *arr Stack
This commit is contained in:
parent
0e8b1d7d21
commit
76fc2c64a5
14 changed files with 183 additions and 6 deletions
10
doit
10
doit
|
|
@ -2,4 +2,12 @@
|
|||
|
||||
clear
|
||||
echo "" > ansible.log
|
||||
/workspace/dev/ansible/minilab/.venv/bin/ansible-playbook --vault-password-file vault-password.txt minilab.yaml $@
|
||||
ANSIBLE_PATH=ansible-playbook
|
||||
|
||||
if hash ansible-playbook 2>/dev/null; then
|
||||
ANSIBLE_PATH=ansible-playbook
|
||||
else
|
||||
ANSIBLE_PATH=./.venv/bin/ansible-playbook
|
||||
fi
|
||||
|
||||
$ANSIBLE_PATH --vault-password-file vault-password.txt minilab.yaml $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue