summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-preflight/check.yml
blob: 32673d01d83c1772d76d28780c48bf4f34f365a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
- hosts: OSEv3
  roles:
    - openshift_preflight/init

- hosts: OSEv3
  name: checks that apply to all hosts
  gather_facts: no
  ignore_errors: yes
  roles:
    - openshift_preflight/common

- hosts: masters
  name: checks that apply to masters
  gather_facts: no
  ignore_errors: yes
  roles:
    - openshift_preflight/masters

- hosts: nodes
  name: checks that apply to nodes
  gather_facts: no
  ignore_errors: yes
  roles:
    - openshift_preflight/nodes

- hosts: OSEv3
  name: verify check results
  gather_facts: no
  roles:
    - openshift_preflight/verify_status