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.

50 lines
988 B

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