summaryrefslogtreecommitdiffstats
path: root/roles/etcd/tasks/auxiliary/disable_etcd.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/etcd/tasks/auxiliary/disable_etcd.yml')
-rw-r--r--roles/etcd/tasks/auxiliary/disable_etcd.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/etcd/tasks/auxiliary/disable_etcd.yml b/roles/etcd/tasks/auxiliary/disable_etcd.yml
new file mode 100644
index 000000000..7c6d0409d
--- /dev/null
+++ b/roles/etcd/tasks/auxiliary/disable_etcd.yml
@@ -0,0 +1,5 @@
+---
+- name: Disable etcd members
+ service:
+ name: "{{ etcd_service }}"
+ state: stopped