health.yml 310 B

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