- removing fluff scripts
+ new script to easily pick out playbooks to run
This commit is contained in:
8
playbooks/run-play.sh
Normal file
8
playbooks/run-play.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -x
|
||||
|
||||
ansible-playbook \
|
||||
-i hosts.ini \
|
||||
-e @.env/main.yml \
|
||||
--ask-vault-pass \
|
||||
$1
|
||||
Reference in New Issue
Block a user