-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgalaxy.yml
More file actions
34 lines (34 loc) · 754 Bytes
/
galaxy.yml
File metadata and controls
34 lines (34 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
namespace: cozystack
name: installer
version: 1.3.3
readme: README.md
authors:
- Aleksei Sviridkin <f@lex.la>
- Aenix <info@aenix.io>
description: >-
Install Cozystack on generic Kubernetes clusters (k3s, kubeadm, RKE2).
Deploys the Cozystack operator and Platform Package via containerized Helm.
license:
- Apache-2.0
repository: https://github.com/cozystack/ansible-cozystack
homepage: https://cozystack.io
documentation: https://cozystack.io/docs
dependencies:
ansible.posix: ">=1.0.0"
kubernetes.core: ">=5.0.0"
tags:
- infrastructure
- cloud
- kubernetes
- cozystack
build_ignore:
- "*.tar.gz"
- ".git"
- ".github"
- ".ansible"
- ".ansible-lint"
- ".gitignore"
- "requirements.yml"
- "examples"
- "tests"