5 lines
156 B
Bash
Executable file
5 lines
156 B
Bash
Executable file
#!/bin/bash
|
|
|
|
clear
|
|
echo "" > ansible.log
|
|
/workspace/dev/ansible/minilab/.venv/bin/ansible-playbook --vault-password-file vault-password.txt minilab.yaml $@
|