health.yml 295 B

12345678910111213
  1. ---
  2. - include: ../openshift-cluster/evaluate_groups.yml
  3. - name: Run OpenShift health checks
  4. hosts: OSEv3
  5. roles:
  6. - openshift_health_checker
  7. vars:
  8. - r_openshift_health_checker_playbook_context: health
  9. post_tasks:
  10. - action: openshift_health_check
  11. args:
  12. checks: ['@health']