From 2ae625f60819b9d6bc46d5a3926d53b3d2838ef7 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 24 Apr 2023 18:31:20 +0200 Subject: fixup --- shell-scripts/compile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'shell-scripts/compile') 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 -- cgit v1.2.3