* Remove checks for docs using exact tags Instead use a more generic documentation for installing kubespray as a collection from git. * Check that we upgraded galaxy.yml to next version This is only intented to check for human error. The version in galaxy should be the next (which does not mean the same if we're on master or a release branch). * Set collection version to KUBESPRAY_NEXT_VERSION
49 lines
866 B
YAML
49 lines
866 B
YAML
---
|
|
namespace: kubernetes_sigs
|
|
description: Deploy a production ready Kubernetes cluster
|
|
name: kubespray
|
|
version: 2.24.0
|
|
readme: README.md
|
|
authors:
|
|
- luksi1
|
|
tags:
|
|
- infrastructure
|
|
repository: https://github.com/kubernetes-sigs/kubespray
|
|
dependencies:
|
|
ansible.utils: '>=2.5.0'
|
|
build_ignore:
|
|
- .github
|
|
- '*.tar.gz'
|
|
- extra_playbooks
|
|
- inventory
|
|
- scripts
|
|
- test-infra
|
|
- .ansible-lint
|
|
- .editorconfig
|
|
- .gitignore
|
|
- .gitlab-ci
|
|
- .gitlab-ci.yml
|
|
- .gitmodules
|
|
- .markdownlint.yaml
|
|
- .nojekyll
|
|
- .pre-commit-config.yaml
|
|
- .yamllint
|
|
- Dockerfile
|
|
- FILES.json
|
|
- MANIFEST.json
|
|
- Makefile
|
|
- Vagrantfile
|
|
- _config.yml
|
|
- ansible.cfg
|
|
- requirements*txt
|
|
- setup.cfg
|
|
- setup.py
|
|
- index.html
|
|
- reset.yml
|
|
- cluster.yml
|
|
- scale.yml
|
|
- recover-control-plane.yml
|
|
- remove-node.yml
|
|
- upgrade-cluster.yml
|
|
- library
|