diff options
author | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-06-11 13:23:07 -0400 |
---|---|---|
committer | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-06-11 13:23:07 -0400 |
commit | 42806b6745c747843b71eaf08b62aeee5e450ab1 (patch) | |
tree | 3e1f882f5bc7fe419f13a134a71927cb6484fa86 /playbooks/aws/openshift-cluster | |
parent | b170dd1d5d3b3ff87795a64b77c312c79623444c (diff) | |
parent | 34278f136fb3471ecaa59f42033f00f76c390647 (diff) | |
download | openshift-42806b6745c747843b71eaf08b62aeee5e450ab1.tar.gz openshift-42806b6745c747843b71eaf08b62aeee5e450ab1.tar.bz2 openshift-42806b6745c747843b71eaf08b62aeee5e450ab1.tar.xz openshift-42806b6745c747843b71eaf08b62aeee5e450ab1.zip |
Merge pull request #248 from detiber/configTemplates
Config templates
Diffstat (limited to 'playbooks/aws/openshift-cluster')
-rw-r--r-- | playbooks/aws/openshift-cluster/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/aws/openshift-cluster/config.yml b/playbooks/aws/openshift-cluster/config.yml index b8961704e..7188312ed 100644 --- a/playbooks/aws/openshift-cluster/config.yml +++ b/playbooks/aws/openshift-cluster/config.yml @@ -32,5 +32,6 @@ openshift_cluster_id: "{{ cluster_id }}" openshift_debug_level: 4 openshift_deployment_type: "{{ deployment_type }}" + openshift_first_master: "{{ groups.oo_first_master.0 }}" openshift_hostname: "{{ ec2_private_ip_address }}" openshift_public_hostname: "{{ ec2_ip_address }}" |