diff options
Diffstat (limited to 'shell-scripts/compile')
| -rw-r--r-- | shell-scripts/compile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell-scripts/compile b/shell-scripts/compile index 8e74ffa..83812e8 100644 --- a/shell-scripts/compile +++ b/shell-scripts/compile @@ -17,6 +17,11 @@ case "${@}" in echo " \-> ansible-lint --profile production --write=all -qq --nocolor" ansible-lint --profile production --write=all -qq --nocolor ${@} ;; + ansible-playbook*) + shift + echo " \-> ansible-playbook -e@<(pass)" + ansible-playbook -e $PASSWORD ${@} + ;; awx*) echo " \-> awx" awx "$@" | filter-ansi |
