summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-checks/adhoc.yml
Commit message (Collapse)AuthorAgeFilesLines
* List existing health checks when none is requestedRodolfo Carvalho2017-08-241-0/+21
| | | | | | | | This is a simple mechanism to learn what health checks are available. Note that we defer task_vars verification, so that we can compute requested_checks and resolved_checks earlier, allowing us to list checks even if openshift_facts has not run.
* Add playbook for running arbitrary health checksRodolfo Carvalho2017-08-241-0/+6
This is useful on its own, and also aids in developing/testing new checks that are not part of any playbook. Since the intent when running this playbook is to execute checks, opt for a less verbose explanation on the error summary.