The etcd role is run on all the servers

This commit is contained in:
Smaine Kahlouch 2015-12-18 11:29:06 +01:00
parent b155e8cc7b
commit 94c0c32752

View file

@ -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'] }