health.yml 284 B

12345678910111213
  1. ---
  2. - name: OpenShift Health Checks
  3. hosts: oo_all_hosts
  4. roles:
  5. - openshift_health_checker
  6. vars:
  7. - r_openshift_health_checker_playbook_context: health
  8. post_tasks:
  9. - name: Run health checks (@health)
  10. action: openshift_health_check
  11. args:
  12. checks: ['@health']