diff options
author | Chris Callegari <mazzystr@gmail.com> | 2018-01-25 22:33:47 -0500 |
---|---|---|
committer | Chris Callegari <mazzystr@gmail.com> | 2018-01-25 22:33:47 -0500 |
commit | c600ea408130cf1877ed92d22ba5763fe7d18cc4 (patch) | |
tree | bbdb8f3dee79d9d6a15697aed868ade25daffbb9 /playbooks/aws | |
parent | 6c921b0877c38c2a6e55cd5852a740ec88fde8fb (diff) | |
download | openshift-c600ea408130cf1877ed92d22ba5763fe7d18cc4.tar.gz openshift-c600ea408130cf1877ed92d22ba5763fe7d18cc4.tar.bz2 openshift-c600ea408130cf1877ed92d22ba5763fe7d18cc4.tar.xz openshift-c600ea408130cf1877ed92d22ba5763fe7d18cc4.zip |
Fix misaligned ports for sg,elb,api
Diffstat (limited to 'playbooks/aws')
-rw-r--r-- | playbooks/aws/provisioning_vars.yml.example | 6 |
1 files changed, 6 insertions, 0 deletions
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 |