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.

15 lines
448 B

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