blob: a3d734e324f5192f1387991130deae6afccae2f3 (
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
53
|
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
gather_facts: no
roles:
- openshift_preflight/facts
- 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)
|