Run etcd as pod

This commit is contained in:
Antoine Legrand
2015-12-23 23:27:40 +01:00
committed by ant31
parent b45747ec86
commit 5c15d14f12
10 changed files with 70 additions and 99 deletions

View File

@@ -1,14 +0,0 @@
---
- name: reload systemd
command: systemctl daemon-reload
- name: restart reloaded-etcd2
service:
name: etcd2
state: restarted
- name: restart etcd2
command: /bin/true
notify:
- reload systemd
- restart reloaded-etcd2