main.yml 304 B

12345678
  1. ---
  2. openshift_bind_ip: "{{ ansible_default_ipv4.address }}"
  3. openshift_debug_level: 0
  4. # TODO: Once openshift stops resolving hostnames for node queries remove
  5. # this...
  6. openshift_hostname_workaround: true
  7. openshift_hostname: "{{ openshift_public_ip if openshift_hostname_workaround else ansible_fqdn }}"