|
|
@ -2,11 +2,11 @@ |
|
|
|
- hosts: all |
|
|
|
gather_facts: true |
|
|
|
|
|
|
|
- hosts: etcd |
|
|
|
- hosts: etcd:!k8s-cluster |
|
|
|
roles: |
|
|
|
- { role: kubernetes/preinstall, tags: preinstall } |
|
|
|
- { role: etcd, tags: etcd } |
|
|
|
- { role: docker, tags: docker } |
|
|
|
- { role: etcd, tags: etcd } |
|
|
|
|
|
|
|
- hosts: k8s-cluster |
|
|
|
roles: |
|
|
|