summaryrefslogtreecommitdiffstats
path: root/playbooks/gce/openshift-cluster/list.yml
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2016-01-10 01:40:53 -0500
committerJason DeTiberus <jdetiber@redhat.com>2016-02-02 14:42:49 -0500
commitb5122288254db255ddc60b1e9095047abdf8c9e3 (patch)
treebe2cb940731a103a334518057a1619322f5ca7be /playbooks/gce/openshift-cluster/list.yml
parent8ed73ca866da18963a7868eb1d0f66ba63a0d425 (diff)
downloadopenshift-b5122288254db255ddc60b1e9095047abdf8c9e3.tar.gz
openshift-b5122288254db255ddc60b1e9095047abdf8c9e3.tar.bz2
openshift-b5122288254db255ddc60b1e9095047abdf8c9e3.tar.xz
openshift-b5122288254db255ddc60b1e9095047abdf8c9e3.zip
GCE cloud provider updates
- fix overrides for gce machine type and gce machine image - Update default image for origin - Update default ssh user for origin and enterprise - Remove old commented out code - Remove wip and join_node playbooks - Added add_nodes playbook which will now allow for using bin/cluster to add additional nodes - Allow env override of ssh_user - improve list playbook
Diffstat (limited to 'playbooks/gce/openshift-cluster/list.yml')
-rw-r--r--playbooks/gce/openshift-cluster/list.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/gce/openshift-cluster/list.yml b/playbooks/gce/openshift-cluster/list.yml
index e67685912..c37ddba9a 100644
--- a/playbooks/gce/openshift-cluster/list.yml
+++ b/playbooks/gce/openshift-cluster/list.yml
@@ -23,4 +23,4 @@
gather_facts: no
tasks:
- debug:
- msg: "private ip:{{ hostvars[inventory_hostname].gce_private_ip }}"
+ msg: "public ip: {{ hostvars[inventory_hostname].gce_public_ip }} private ip:{{ hostvars[inventory_hostname].gce_private_ip }}"