Updated docs
diff --git a/README-apigee-opdk-debug-mode.md b/README-apigee-opdk-debug-mode.md index ffc1b9c..bd13c9e 100644 --- a/README-apigee-opdk-debug-mode.md +++ b/README-apigee-opdk-debug-mode.md
@@ -2,7 +2,8 @@ The playbook `apigee-opdk-debug-mode.yml` will set the debug flag on all of the Edge component scripts. -## Usage +## Basic Usage + To set debug mode you invoke the playbook like this: ansible-playbook apigee-opdk-debug-mode.yml -e opdk_debug_mode='on' @@ -19,3 +20,10 @@ This playbook assumes that you followed the instructions for setting up [Ansible](https://github.com/carlosfrias/apigee-opdk-playbook-setup-ansible). Please refer to the documentation for [apigee-opdk-debug-mode](https://github.com/carlosfrias/apigee-opdk-debug-mode). + +We have created `ansible-galaxy` requirement file `apigee-opdk-debug-mode-requirements.yml` that will download the roles +used by this playbook and install them for usage according to your configuration. You can download and install the +required roles like this: + + ansible-galaxy install -r apigee-opdk-debug-mode-requirements.yml -f +
diff --git a/README-install-devportal.md b/README-install-devportal.md index 9c3ee09..0b7fde7 100644 --- a/README-install-devportal.md +++ b/README-install-devportal.md
@@ -2,12 +2,17 @@ The playbook `install-devportal.yml` will perform an installation of Apigee Devportal. -## Usage -The install process will be engaged when you invoke the playbook like this: +## Basic Usage +We have created `ansible-galaxy` requirement file `install-monitoring-requirements.yml` that will download the roles +used by this playbook and install them for usage according to your configuration. You can download and install the +required roles like this: + + ansible-galaxy install -r install-devportal-requirements.yml -f + +The install process will be engaged when you invoke the playbook like this: ansible-playbook install-devportal.yml - + ## Dependencies -This playbook assumes that you followed the instructions for setting up (Ansible)[https://github.com/carlosfrias/apigee-opdk-playbook-setup-ansible]. - +Dependencies are managed as described in the [README](README.md).
diff --git a/README-install-edge-aio.md b/README-install-edge-aio.md index 912224b..5d86c27 100644 --- a/README-install-edge-aio.md +++ b/README-install-edge-aio.md
@@ -3,12 +3,17 @@ The playbook `install-edge-aio.yml` will perform an installation of AIO version of Apigee Edge. Version 4.16.xx through 4.18.01 can be installed from this playbook. -## Usage -The upgrade process will be engaged when you invoke the playbook like this: +## Basic Usage +We have created `ansible-galaxy` requirement file `install-monitoring-requirements.yml` that will download the roles +used by this playbook and install them for usage according to your configuration. You can download and install the +required roles like this: + + ansible-galaxy install -r install-edge-aio-requirements.yml -f + +The install process will be engaged when you invoke the playbook like this: ansible-playbook install-edge-aio.yml - + ## Dependencies -This playbook assumes that you followed the instructions for setting up (Ansible)[https://github.com/carlosfrias/apigee-opdk-playbook-setup-ansible]. - +Dependencies are managed as described in the [README](README.md).
diff --git a/README-install-edge.md b/README-install-edge.md index dc1dd08..10d57cb 100644 --- a/README-install-edge.md +++ b/README-install-edge.md
@@ -3,12 +3,17 @@ The playbook `install-edge.yml` will perform an installation of Apigee Edge. Version 4.16.xx through 4.18.01 can be installed from this playbook. -## Usage -The install process will be engaged when you invoke the playbook like this: +## Basic Usage +We have created `ansible-galaxy` requirement file `install-monitoring-requirements.yml` that will download the roles +used by this playbook and install them for usage according to your configuration. You can download and install the +required roles like this: + + ansible-galaxy install -r install-edge-requirements.yml -f + +The install process will be engaged when you invoke the playbook like this: ansible-playbook install-edge.yml - + ## Dependencies -This playbook assumes that you followed the instructions for setting up (Ansible)[https://github.com/carlosfrias/apigee-opdk-playbook-setup-ansible]. - +Dependencies are managed as described in the [README](README.md).
diff --git a/README-install-monitoring.md b/README-install-monitoring.md index 690270c..9377c92 100644 --- a/README-install-monitoring.md +++ b/README-install-monitoring.md
@@ -7,7 +7,7 @@ used by this playbook and install them for usage according to your configuration. You can download and install the required roles like this: - ansible-playbook install -r install-monitoring-requirements.yml -f + ansible-galaxy install -r install-monitoring-requirements.yml -f The install process will be engaged when you invoke the playbook like this: