blob: 4ab5f1f7b287eadd36f766b98fcd3ee1cc0230c8 (
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
|
OpenShift Health Checker
========================
This role detects common problems with OpenShift installations or with
environments prior to install.
For more information about creating new checks, see [HOWTO_CHECKS.md](HOWTO_CHECKS.md).
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)
|