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.

48 lines
866 B

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