diff options
| author | Mike Vink <mike.vink@stater.nl> | 2023-04-24 18:31:20 +0200 |
|---|---|---|
| committer | Mike Vink <mike.vink@stater.nl> | 2023-04-24 18:31:20 +0200 |
| commit | 2ae625f60819b9d6bc46d5a3926d53b3d2838ef7 (patch) | |
| tree | ab2ff6b1b0748bd2330cb82fdfcf88c686da0139 /shell-scripts/compile | |
| parent | e2b0db1ece5e8dfad49e8f2ea72dca4f34681a4d (diff) | |
fixup
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 |
