Browse Source

The etcd role is run on all the servers

pull/35/head
Smaine Kahlouch 8 years ago
parent
commit
94c0c32752
1 changed files with 1 additions and 4 deletions
  1. 5
      cluster.yml

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

Loading…
Cancel
Save