summaryrefslogtreecommitdiffstats
path: root/playbooks/gce
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2015-02-19 14:52:33 -0700
committerJhon Honce <jhonce@redhat.com>2015-02-20 14:32:33 -0700
commitfd4d628907438ecb6372590d7ed67016b9e00de1 (patch)
treee8969dc8558507512f665174f5229917f83c9450 /playbooks/gce
parent551dccac66421664a87de523c0e3cc2a6392beb9 (diff)
downloadopenshift-fd4d628907438ecb6372590d7ed67016b9e00de1.tar.gz
openshift-fd4d628907438ecb6372590d7ed67016b9e00de1.tar.bz2
openshift-fd4d628907438ecb6372590d7ed67016b9e00de1.tar.xz
openshift-fd4d628907438ecb6372590d7ed67016b9e00de1.zip
Fix SSL support between master and node(s)
Diffstat (limited to 'playbooks/gce')
-rw-r--r--playbooks/gce/openshift-node/launch.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/playbooks/gce/openshift-node/launch.yml b/playbooks/gce/openshift-node/launch.yml
index f2800b061..935599efd 100644
--- a/playbooks/gce/openshift-node/launch.yml
+++ b/playbooks/gce/openshift-node/launch.yml
@@ -45,3 +45,13 @@
# Apply the configs, separate so that just the configs can be run by themselves
- include: config.yml
+
+# Always bounce service to pick up new credentials
+#- name: "Restart instances"
+# hosts: oo_hosts_to_config
+# connection: ssh
+# user: root
+# tasks:
+# - debug: var=groups.oo_hosts_to_config
+# - name: Restart OpenShift
+# service: name=openshift-node enabled=yes state=restarted