mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
revised per @jvonau's recommendation (tags include playbooks but also other things)
This commit is contained in:
parent
7113ae05da
commit
c12d3f8e74
1 changed files with 2 additions and 2 deletions
4
runtags
4
runtags
|
@ -24,8 +24,8 @@ tags=$(echo $1 | tr "," "\n")
|
|||
|
||||
if [ "$tags" == "" ]
|
||||
then
|
||||
echo " usage: ./runtags <playbook>"
|
||||
echo " usage: ./runtags <playbook1>,<playbook2>,<playbook3>"
|
||||
echo " usage: ./runtags <tagname>"
|
||||
echo " usage: ./runtags <tagname1>,<tagname2>,<tagname3>"
|
||||
echo " Can take a single value or a comma-separated list (no spaces within the list!)"
|
||||
echo " Now retrieving a list of possible Ansible playbook values..."
|
||||
ansible-playbook -i ansible_hosts iiab.yml --connection=local --list-tag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue