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:

  1. collect args if provided
  2. git clone repo to name
  3. git checkout commit if provided
  4. cd to name & path
  5. run ansible-playbook playbook and args if provided
  6. remove the directories

Note

Requires Param ansible/playbooks - List of playbook git repos to run on the machines (either local or cluster machines).