|
|
@ -4,9 +4,12 @@ |
|
|
|
roles: |
|
|
|
- { role: download, tags: download } |
|
|
|
|
|
|
|
- hosts: k8s-cluster |
|
|
|
- hosts: etcd |
|
|
|
roles: |
|
|
|
- { role: etcd, tags: etcd } |
|
|
|
|
|
|
|
- hosts: k8s-cluster |
|
|
|
roles: |
|
|
|
- { role: docker, tags: docker } |
|
|
|
- { role: dnsmasq, tags: dnsmasq } |
|
|
|
- { role: network_plugin, tags: ['calico', 'flannel', 'network'] } |
|
|
|