|
|
@ -29,13 +29,13 @@ |
|
|
|
tags: |
|
|
|
- upgrade |
|
|
|
|
|
|
|
- import_tasks: set_cluster_health.yml |
|
|
|
- include_tasks: set_cluster_health.yml |
|
|
|
when: is_etcd_master and etcd_cluster_setup |
|
|
|
|
|
|
|
- import_tasks: configure.yml |
|
|
|
- include_tasks: configure.yml |
|
|
|
when: is_etcd_master and etcd_cluster_setup |
|
|
|
|
|
|
|
- import_tasks: refresh_config.yml |
|
|
|
- include_tasks: refresh_config.yml |
|
|
|
when: is_etcd_master and etcd_cluster_setup |
|
|
|
|
|
|
|
- name: Restart etcd if certs changed |
|
|
@ -68,8 +68,8 @@ |
|
|
|
# After etcd cluster is assembled, make sure that |
|
|
|
# initial state of the cluster is in `existing` |
|
|
|
# state insted of `new`. |
|
|
|
- import_tasks: set_cluster_health.yml |
|
|
|
- include_tasks: set_cluster_health.yml |
|
|
|
when: is_etcd_master and etcd_cluster_setup |
|
|
|
|
|
|
|
- import_tasks: refresh_config.yml |
|
|
|
- include_tasks: refresh_config.yml |
|
|
|
when: is_etcd_master and etcd_cluster_setup |