summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/README.md
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-10-26 13:59:44 -0400
committerGitHub <noreply@github.com>2017-10-26 13:59:44 -0400
commit070e0002ea820c68445f6bb85b97766086854d57 (patch)
tree0bb1fa15734b0e198295c62e8b20aa5f4579fcb1 /playbooks/aws/README.md
parent976e4ac9a50c8d87edc868b861b8ee96f9228fe2 (diff)
parentacf94aa2d1bebf374ff926adf2ff9982d7d43039 (diff)
downloadopenshift-070e0002ea820c68445f6bb85b97766086854d57.tar.gz
openshift-070e0002ea820c68445f6bb85b97766086854d57.tar.bz2
openshift-070e0002ea820c68445f6bb85b97766086854d57.tar.xz
openshift-070e0002ea820c68445f6bb85b97766086854d57.zip
Merge pull request #5900 from kwoodson/cert_key_path_fix
Documentation fix for openshift_aws_iam_cert_key_path
Diffstat (limited to 'playbooks/aws/README.md')
-rw-r--r--playbooks/aws/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/aws/README.md b/playbooks/aws/README.md
index fbab61189..4e5c1017b 100644
--- a/playbooks/aws/README.md
+++ b/playbooks/aws/README.md
@@ -66,7 +66,7 @@ openshift_pkg_version: # example: -3.7.0
openshift_aws_ssh_key_name: # example: myuser_key
openshift_aws_base_ami: # example: ami-12345678
openshift_aws_iam_cert_path: # example: '/path/to/wildcard.<clusterid>.example.com.crt'
-openshift_aws_iam_key_path: # example: '/path/to/wildcard.<clusterid>.example.com.key'
+openshift_aws_iam_cert_key_path: # example: '/path/to/wildcard.<clusterid>.example.com.key'
```
If customization is required for the instances, scale groups, or any other configurable option please see the ['openshift_aws/defaults/main.yml'](../../roles/openshift_aws/defaults/main.yml) for variables and overrides. These overrides can be placed in the `provisioning_vars.yml`, `inventory`, or `group_vars`.