ansible-playbooks¶
Creates a critical alert if a bootstrap Task failure occurs.
A task to invoke a specific set of ansible playbooks pulled from git.
Sequence of operations (loops over all entries:
- collect args if provided
 - git clone repo to name
 - git checkout commit if provided
 - cd to name & path
 - run ansible-playbook playbook and args if provided
 - remove the directories
 
Note
Requires Param ansible/playbooks - List of playbook git repos
to run on the machines (either local or cluster machines).