- removing fluff scripts

+ new script to easily pick out playbooks to run
This commit is contained in:
shockrah
2021-12-10 00:47:38 -08:00
parent 92a450927d
commit babd9bbe81
4 changed files with 11 additions and 16 deletions

8
playbooks/run-play.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -x
ansible-playbook \
-i hosts.ini \
-e @.env/main.yml \
--ask-vault-pass \
$1