diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-02-13 09:28:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-13 09:28:27 -0500 |
commit | db243097dabeaf8d3c5c906dd819e2f43fec891a (patch) | |
tree | e53937a8accdef9e13c5b0466ea1d195eab16d4f /roles/openshift_preflight/README.md | |
parent | 3921f01be97ccfbb54e11666ce3647774c3fdbb9 (diff) | |
parent | c24b9acb9d04f9613dcc7423791d09f83ef03670 (diff) | |
download | openshift-db243097dabeaf8d3c5c906dd819e2f43fec891a.tar.gz openshift-db243097dabeaf8d3c5c906dd819e2f43fec891a.tar.bz2 openshift-db243097dabeaf8d3c5c906dd819e2f43fec891a.tar.xz openshift-db243097dabeaf8d3c5c906dd819e2f43fec891a.zip |
Merge pull request #3234 from rhcarvalho/check-module
Replace multi-role checks with action-plugin-based checks
Diffstat (limited to 'roles/openshift_preflight/README.md')
-rw-r--r-- | roles/openshift_preflight/README.md | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/roles/openshift_preflight/README.md b/roles/openshift_preflight/README.md deleted file mode 100644 index b6d3542d3..000000000 --- a/roles/openshift_preflight/README.md +++ /dev/null @@ -1,52 +0,0 @@ -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) |