From acf94aa2d1bebf374ff926adf2ff9982d7d43039 Mon Sep 17 00:00:00 2001 From: Kenny Woodson Date: Thu, 26 Oct 2017 13:27:00 -0400 Subject: Fixing documentation for the cert_key_path variable name. --- playbooks/aws/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playbooks/aws/README.md') 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..example.com.crt' -openshift_aws_iam_key_path: # example: '/path/to/wildcard..example.com.key' +openshift_aws_iam_cert_key_path: # example: '/path/to/wildcard..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`. -- cgit v1.2.3