mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
We use shell scripts and conf files in some roles (notably, certificates provisioning), so we need to include them in order for the collection to work when using the configurations depending on those roles.
26 lines
716 B
YAML
26 lines
716 B
YAML
---
|
|
namespace: kubernetes_sigs
|
|
description: Deploy a production ready Kubernetes cluster
|
|
name: kubespray
|
|
version: 2.27.0
|
|
readme: README.md
|
|
authors:
|
|
- The Kubespray maintainers (https://kubernetes.slack.com/channels/kubespray)
|
|
tags:
|
|
- infrastructure
|
|
repository: https://github.com/kubernetes-sigs/kubespray
|
|
issues: https://github.com/kubernetes-sigs/kubespray/issues
|
|
documentation: https://kubespray.io
|
|
license_file: LICENSE
|
|
dependencies:
|
|
ansible.utils: '>=2.5.0'
|
|
community.general: '>=3.0.0'
|
|
ansible.netcommon: '>=5.3.0'
|
|
ansible.posix: '>=1.5.4'
|
|
community.docker: '>=3.11.0'
|
|
kubernetes.core: '>=2.4.2'
|
|
manifest:
|
|
directives:
|
|
- recursive-exclude tests **
|
|
- recursive-include roles **/files/*
|