diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2017-12-11 10:05:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-11 10:05:33 -0800 |
commit | f894bcf6e7f1121cc024b2ff6a66db54740e02db (patch) | |
tree | b7a210e03667ffa430808a4f9207f446d828b9e6 /playbooks | |
parent | be4393756f55e79af8ca9fe755ba714ee54cbe49 (diff) | |
parent | 953eedd896c821ec5fee7ce15cf9d2a9b7e69c87 (diff) | |
download | openshift-f894bcf6e7f1121cc024b2ff6a66db54740e02db.tar.gz openshift-f894bcf6e7f1121cc024b2ff6a66db54740e02db.tar.bz2 openshift-f894bcf6e7f1121cc024b2ff6a66db54740e02db.tar.xz openshift-f894bcf6e7f1121cc024b2ff6a66db54740e02db.zip |
Merge pull request #6425 from joelddiaz/aws-readme
Automatic merge from submit-queue.
correct ansible-playbook command syntax
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/aws/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/aws/README.md b/playbooks/aws/README.md index c6fc75a50..d203b9cda 100644 --- a/playbooks/aws/README.md +++ b/playbooks/aws/README.md @@ -134,7 +134,7 @@ At this point we have successfully created the infrastructure including the mast Now it is time to install Openshift using the openshift-ansible installer. This can be achieved by running the following playbook: ``` -$ ansible-playbook -i inventory.yml install.yml @provisioning_vars.yml +$ ansible-playbook -i inventory.yml install.yml -e @provisioning_vars.yml ``` This playbook accomplishes the following: 1. Builds a dynamic inventory file by querying AWS. |