summaryrefslogtreecommitdiffstats
path: root/inventory/gce/group_vars/all
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/gce/group_vars/all')
-rw-r--r--inventory/gce/group_vars/all3
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory/gce/group_vars/all b/inventory/gce/group_vars/all
index 4cd94c509..3e969df63 100644
--- a/inventory/gce/group_vars/all
+++ b/inventory/gce/group_vars/all
@@ -1,4 +1,7 @@
---
ansible_ssh_user: root
+openshift_hostname: "{{ ansible_default_ipv4.address }}"
+openshift_public_hostname: "{{ ansible_default_ipv4.address }}"
+openshift_ip: "{{ ansible_default_ipv4.address }}"
openshift_public_ip: "{{ gce_public_ip }}"
openshift_env: "{{ oo_env }}"