You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
472 B

9 years ago
9 years ago
9 years ago
  1. ---
  2. - hosts: downloader
  3. sudo: no
  4. roles:
  5. - { role: download, tags: download }
  6. - hosts: etcd
  7. roles:
  8. - { role: etcd, tags: etcd }
  9. - hosts: k8s-cluster
  10. roles:
  11. - { role: docker, tags: docker }
  12. - { role: dnsmasq, tags: dnsmasq }
  13. - { role: network_plugin, tags: ['calico', 'flannel', 'network'] }
  14. - hosts: kube-master
  15. roles:
  16. - { role: kubernetes/master, tags: master }
  17. - hosts: kube-node
  18. roles:
  19. - { role: kubernetes/node, tags: node }