check.yml 456 B

123456789101112131415
  1. ---
  2. - include: ../openshift-cluster/initialize_groups.yml
  3. - name: Run OpenShift health checks
  4. # Temporarily reverting to OSEv3 until group standardization is complete
  5. hosts: OSEv3
  6. roles:
  7. - openshift_health_checker
  8. post_tasks:
  9. # NOTE: we need to use the old "action: name" syntax until
  10. # https://github.com/ansible/ansible/issues/20513 is fixed.
  11. - action: openshift_health_check
  12. args:
  13. checks:
  14. - '@preflight'