health.yml 454 B

12345678910111213141516
  1. ---
  2. # openshift_health_checker depends on openshift_version which now requires group eval.
  3. - include: ../openshift-cluster/evaluate_groups.yml
  4. tags:
  5. - always
  6. - name: Run OpenShift health checks
  7. hosts: OSEv3
  8. roles:
  9. - openshift_health_checker
  10. vars:
  11. - r_openshift_health_checker_playbook_context: "health"
  12. post_tasks:
  13. - action: openshift_health_check # https://github.com/ansible/ansible/issues/20513
  14. args:
  15. checks: ['@health']