diff --git a/cluster.yml b/cluster.yml
index 1ca4c23bc4ba42a2c87e4a5f2b45a69ff6b342ca..2b2716637e692cd94d2f926223af9e77e7777076 100644
--- a/cluster.yml
+++ b/cluster.yml
@@ -57,7 +57,7 @@
   any_errors_fatal: "{{ any_errors_fatal | default(true) }}"
   roles:
     - { role: kubespray-defaults}
-    - { role: etcd, tags: etcd }
+    - { role: etcd, tags: etcd, etcd_cluster_setup: false, etcd_events_cluster_setup: false }
 
 - hosts: etcd:k8s-cluster:vault:calico-rr
   any_errors_fatal: "{{ any_errors_fatal | default(true) }}"