diff --git a/cluster.yml b/cluster.yml
index d9b96964176fde042fe29fe5ecdb2926c3568b2f..1b93addf48d30f99b9f4f2f3a7333be8eea5eea6 100644
--- a/cluster.yml
+++ b/cluster.yml
@@ -4,12 +4,9 @@
   roles:
     - { role: download, tags: download }
 
-- hosts: etcd
-  roles:
-    - { role: etcd, tags: etcd }
-
 - hosts: k8s-cluster
   roles:
+    - { role: etcd, tags: etcd }
     - { role: docker, tags: docker }
     - { role: dnsmasq, tags: dnsmasq }
     - { role: network_plugin, tags: ['calico', 'flannel', 'network'] }