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.

46 lines
825 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. - infrastructure
  11. repository: https://github.com/kubernetes-sigs/kubespray
  12. build_ignore:
  13. - .github
  14. - '*.tar.gz'
  15. - extra_playbooks
  16. - inventory
  17. - scripts
  18. - test-infra
  19. - .ansible-lint
  20. - .editorconfig
  21. - .gitignore
  22. - .gitlab-ci
  23. - .gitlab-ci.yml
  24. - .gitmodules
  25. - .markdownlint.yaml
  26. - .nojekyll
  27. - .pre-commit-config.yaml
  28. - .yamllint
  29. - Dockerfile
  30. - FILES.json
  31. - MANIFEST.json
  32. - Makefile
  33. - Vagrantfile
  34. - _config.yml
  35. - ansible.cfg
  36. - requirements*txt
  37. - setup.cfg
  38. - setup.py
  39. - index.html
  40. - reset.yml
  41. - cluster.yml
  42. - scale.yml
  43. - recover-control-plane.yml
  44. - remove-node.yml
  45. - upgrade-cluster.yml
  46. - library