From c600ea408130cf1877ed92d22ba5763fe7d18cc4 Mon Sep 17 00:00:00 2001 From: Chris Callegari Date: Thu, 25 Jan 2018 22:33:47 -0500 Subject: Fix misaligned ports for sg,elb,api --- playbooks/aws/provisioning_vars.yml.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'playbooks/aws') diff --git a/playbooks/aws/provisioning_vars.yml.example b/playbooks/aws/provisioning_vars.yml.example index a1a8a5b08..78484fdbd 100644 --- a/playbooks/aws/provisioning_vars.yml.example +++ b/playbooks/aws/provisioning_vars.yml.example @@ -21,6 +21,12 @@ openshift_release: # v3.7 # This will be dependent on the version provided by the yum repository openshift_pkg_version: # -3.7.0 +# OpenShift api port +# Fulfills a chicken/egg scenario with how Ansible treats host inventory file +# and extra_vars. This is used for SecurityGroups, ELB Listeners as well as +# an override to installer inventory openshift_master_api_port key +# openshift_master_api_port: 8443 + # specify a clusterid # This value is also used as the default value for many other components. #openshift_aws_clusterid: default -- cgit v1.2.1