2015-10-04 04:19:50 +08:00
|
|
|
---
|
2016-01-19 22:23:19 +08:00
|
|
|
- include: install.yml
|
|
|
|
- include: configure.yml
|
2016-01-24 01:26:07 +08:00
|
|
|
|
|
|
|
- name: Restart etcd if binary changed
|
|
|
|
command: /bin/true
|
|
|
|
notify: restart etcd
|
|
|
|
when: etcd_copy.stdout_lines
|
2016-01-25 09:01:25 +08:00
|
|
|
|
|
|
|
# reload systemd before starting service
|
|
|
|
- meta: flush_handlers
|
|
|
|
|
|
|
|
|
|
|
|
- name: Ensure etcd is running
|
|
|
|
service:
|
|
|
|
name: etcd
|
|
|
|
state: started
|
|
|
|
enabled: yes
|