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.

18 lines
475 B

9 years ago
8 years ago
9 years ago
  1. ---
  2. - hosts: downloader
  3. sudo: no
  4. roles:
  5. - { role: download, tags: download }
  6. - hosts: k8s-cluster
  7. roles:
  8. - { role: kubernetes/preinstall, tags: preinstall }
  9. - { role: docker, tags: docker }
  10. - { role: kubernetes/node, tags: node }
  11. - { role: etcd, tags: etcd }
  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 }