summaryrefslogtreecommitdiffstats
path: root/roles/openshift_common/defaults/main.yml
blob: eb6edbc03b37b824d69eacc29bcbcf589c9ee20b (plain)
1
2
3
4
5
6
7
---
openshift_debug_level: 0

# TODO: Once openshift stops resolving hostnames for node queries remove
# this...
openshift_hostname_workaround: true
openshift_hostname: "{{ ansible_default_ipv4.address if openshift_hostname_workaround else ansible_fqdn }}"