2015-10-03 20:19:50 +00:00
|
|
|
---
|
2015-12-31 08:38:55 +00:00
|
|
|
- hosts: downloader
|
|
|
|
roles:
|
|
|
|
- { role: download, tags: download }
|
|
|
|
|
2015-12-17 21:46:50 +00:00
|
|
|
- hosts: k8s-cluster
|
|
|
|
roles:
|
2015-12-31 09:03:22 +00:00
|
|
|
- { role: kubernetes/preinstall, tags: preinstall }
|
2015-12-11 10:40:56 +00:00
|
|
|
- { role: docker, tags: docker }
|
2015-12-23 22:27:40 +00:00
|
|
|
- { role: kubernetes/node, tags: node }
|
|
|
|
- { role: etcd, tags: etcd }
|
2015-12-11 10:40:56 +00:00
|
|
|
- { role: dnsmasq, tags: dnsmasq }
|
|
|
|
- { role: network_plugin, tags: ['calico', 'flannel', 'network'] }
|
2015-10-03 20:19:50 +00:00
|
|
|
|
2015-12-11 10:40:56 +00:00
|
|
|
- hosts: kube-master
|
|
|
|
roles:
|
|
|
|
- { role: kubernetes/master, tags: master }
|