summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-preflight/check.yml
blob: eb763221f302424f43f72d5f2441567c9f6dd12e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- include: ../openshift-cluster/initialize_groups.yml

- name: Run OpenShift health checks
  # Temporarily reverting to OSEv3 until group standardization is complete
  hosts: OSEv3
  roles:
    - openshift_health_checker
  post_tasks:
    # NOTE: we need to use the old "action: name" syntax until
    # https://github.com/ansible/ansible/issues/20513 is fixed.
    - action: openshift_health_check
      args:
        checks:
          - '@preflight'