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.

14 lines
434 B

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