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

- hosts: g_all_hosts
  name: run OpenShift health checks
  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'