summaryrefslogtreecommitdiffstats
path: root/roles/openshift_common/defaults
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-03-18 18:03:11 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-03-18 18:03:11 -0400
commitf1d5319ed661cab3ef386d94f2c639be99e14110 (patch)
tree7bda0eee678972c507c2343984be37d31c821808 /roles/openshift_common/defaults
parentdb9cf8ef4f030f30391e021f360fe0c3db1dce74 (diff)
parent7035459d20dd2d278b0a0e6ff96421639f6e0e34 (diff)
downloadopenshift-f1d5319ed661cab3ef386d94f2c639be99e14110.tar.gz
openshift-f1d5319ed661cab3ef386d94f2c639be99e14110.tar.bz2
openshift-f1d5319ed661cab3ef386d94f2c639be99e14110.tar.xz
openshift-f1d5319ed661cab3ef386d94f2c639be99e14110.zip
Merge pull request #116 from detiber/bugSquashing
Bug squashing
Diffstat (limited to 'roles/openshift_common/defaults')
-rw-r--r--roles/openshift_common/defaults/main.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/openshift_common/defaults/main.yml b/roles/openshift_common/defaults/main.yml
index a541591fb..eb6edbc03 100644
--- a/roles/openshift_common/defaults/main.yml
+++ b/roles/openshift_common/defaults/main.yml
@@ -1,8 +1,7 @@
---
-openshift_bind_ip: "{{ ansible_default_ipv4.address }}"
openshift_debug_level: 0
# TODO: Once openshift stops resolving hostnames for node queries remove
# this...
openshift_hostname_workaround: true
-openshift_hostname: "{{ openshift_public_ip if openshift_hostname_workaround else ansible_fqdn }}"
+openshift_hostname: "{{ ansible_default_ipv4.address if openshift_hostname_workaround else ansible_fqdn }}"