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.

47 lines
835 B

  1. ---
  2. namespace: kubernetes_sigs
  3. description: Deploy a production ready Kubernetes cluster
  4. name: kubespray
  5. version: 2.22.1
  6. readme: README.md
  7. authors:
  8. - luksi1
  9. tags:
  10. - kubernetes
  11. - kubespray
  12. repository: https://github.com/kubernetes-sigs/kubespray
  13. build_ignore:
  14. - .github
  15. - '*.tar.gz'
  16. - extra_playbooks
  17. - inventory
  18. - scripts
  19. - test-infra
  20. - .ansible-lint
  21. - .editorconfig
  22. - .gitignore
  23. - .gitlab-ci
  24. - .gitlab-ci.yml
  25. - .gitmodules
  26. - .markdownlint.yaml
  27. - .nojekyll
  28. - .pre-commit-config.yaml
  29. - .yamllint
  30. - Dockerfile
  31. - FILES.json
  32. - MANIFEST.json
  33. - Makefile
  34. - Vagrantfile
  35. - _config.yml
  36. - ansible.cfg
  37. - requirements*txt
  38. - setup.cfg
  39. - setup.py
  40. - index.html
  41. - reset.yml
  42. - cluster.yml
  43. - scale.yml
  44. - recover-control-plane.yml
  45. - remove-node.yml
  46. - upgrade-cluster.yml
  47. - library