diff options
| author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-03-18 18:03:11 -0400 |
|---|---|---|
| committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-03-18 18:03:11 -0400 |
| commit | f1d5319ed661cab3ef386d94f2c639be99e14110 (patch) | |
| tree | 7bda0eee678972c507c2343984be37d31c821808 /roles/openshift_common/defaults | |
| parent | db9cf8ef4f030f30391e021f360fe0c3db1dce74 (diff) | |
| parent | 7035459d20dd2d278b0a0e6ff96421639f6e0e34 (diff) | |
Merge pull request #116 from detiber/bugSquashing
Bug squashing
Diffstat (limited to 'roles/openshift_common/defaults')
| -rw-r--r-- | roles/openshift_common/defaults/main.yml | 3 |
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 }}" |
