summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/README.md
blob: 745e45b50f5b38dd85f7f3781cf9856daf69b29b (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
OpenShift Health Checker
========================

This role detects common problems with OpenShift installations or with
environments prior to install.

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

* Ansible 2.2+

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

None

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

- openshift_facts

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

```yaml
---
- hosts: OSEv3
  name: run OpenShift health checks
  roles:
    - openshift_health_checker
  post_tasks:
    - action: openshift_health_check
```

License
-------

Apache License Version 2.0

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

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