From 94c0c32752699ed794da95d66a003a28b406c182 Mon Sep 17 00:00:00 2001 From: Smaine Kahlouch Date: Fri, 18 Dec 2015 11:29:06 +0100 Subject: [PATCH] The etcd role is run on all the servers --- cluster.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cluster.yml b/cluster.yml index d9b969641..1b93addf4 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'] }