check.yml 387 B

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