The etcd role is run on all the servers

pull/35/head
Smaine Kahlouch 2015-12-18 11:29:06 +01:00
parent b155e8cc7b
commit 94c0c32752
1 changed files with 1 additions and 4 deletions

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