summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks/update_etcd_client_urls.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_master/tasks/update_etcd_client_urls.yml')
-rw-r--r--roles/openshift_master/tasks/update_etcd_client_urls.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/openshift_master/tasks/update_etcd_client_urls.yml b/roles/openshift_master/tasks/update_etcd_client_urls.yml
new file mode 100644
index 000000000..1ab105808
--- /dev/null
+++ b/roles/openshift_master/tasks/update_etcd_client_urls.yml
@@ -0,0 +1,8 @@
+---
+- yedit:
+ src: "{{ openshift.common.config_base }}/master/master-config.yaml"
+ key: 'etcdClientInfo.urls'
+ value: "{{ openshift.master.etcd_urls }}"
+ notify:
+ - restart master api
+ - restart master controllers