summaryrefslogtreecommitdiffstats
path: root/roles/openshift_preflight/README.md
blob: b6d3542d340a4a4a867b28084557b7d9bde3cdcc (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
OpenShift Preflight Checks
==========================

This role detects common problems prior to installing OpenShift.

Requirements
------------

* Ansible 2.2+

Role Variables
--------------

None

Dependencies
------------

None

Example Playbook
----------------

```yaml
---
- 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: OSEv3
  name: verify check results
  gather_facts: no
  roles:
    - openshift_preflight/verify_status
```

License
-------

Apache License Version 2.0

Author Information
------------------

Customer Success team (dev@lists.openshift.redhat.com)