diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-07-20 17:10:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-20 17:10:54 +0200 |
commit | f0e70c2c91dac8b2999d288e5a6dae3d626678c3 (patch) | |
tree | 4c8556153cef889d20363bfa64b789f8eff9b790 /playbooks | |
parent | d13c11aceb2c2ccf2c1db1ead9f545d7b0891cfc (diff) | |
download | openshift-f0e70c2c91dac8b2999d288e5a6dae3d626678c3.tar.gz openshift-f0e70c2c91dac8b2999d288e5a6dae3d626678c3.tar.bz2 openshift-f0e70c2c91dac8b2999d288e5a6dae3d626678c3.tar.xz openshift-f0e70c2c91dac8b2999d288e5a6dae3d626678c3.zip |
Fix broken link to Docker image instructions
And document that one needs to install dependencies before running playbooks.
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/byo/openshift-checks/README.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/playbooks/byo/openshift-checks/README.md b/playbooks/byo/openshift-checks/README.md index 4b2ff1f94..f0f14b268 100644 --- a/playbooks/byo/openshift-checks/README.md +++ b/playbooks/byo/openshift-checks/README.md @@ -39,7 +39,9 @@ against your inventory file. Here is the step-by-step: $ cd openshift-ansible ``` -2. Run the appropriate playbook: +2. Install the [dependencies](../../../README.md#setup) + +3. Run the appropriate playbook: ```console $ ansible-playbook -i <inventory file> playbooks/byo/openshift-checks/pre-install.yml @@ -57,9 +59,8 @@ against your inventory file. Here is the step-by-step: $ ansible-playbook -i <inventory file> playbooks/byo/openshift-checks/certificate_expiry/default.yaml -v ``` -## Running via Docker image +## Running in a container This repository is built into a Docker image including Ansible so that it can -be run anywhere Docker is available. Instructions for doing so may be found -[in the README](../../README_CONTAINER_IMAGE.md). - +be run anywhere Docker is available, without the need to manually install dependencies. +Instructions for doing so may be found [in the README](../../../README_CONTAINER_IMAGE.md). |