-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgalaxy.yml
68 lines (68 loc) · 1.48 KB
/
galaxy.yml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
namespace: kameshsampath
name: kubernetes_spices
version: 0.2.6
readme: README.md
authors:
- Kamesh Sampath <[email protected]>
description: Spice your Kubernetes clusters with extra addtional components
license_file: "LICENSE"
tags:
- knative
- tektoncd
- gitea
- argocd
dependencies:
ansible.posix: '>=1.2.0'
community.general: '>=1.2.0'
kubernetes.core: '>=2.2.0'
community.aws: ">=1.4.0"
community.docker: ">=1.7.0"
repository: https://github.com/kameshsampath/ansible-collection-kubernetes_spices
documentation: https://kameshsampath.github.io/ansible-collection-kubernetes-spices/
homepage: https://github.com/kameshsampath/ansible-collection-kubernetes_spices
issues: https://github.com/kameshsampath/ansible-collection-kubernetes_spices
build_ignore:
- ".cache"
- ".idea"
- ".vscode"
- ".project"
- ".classpath"
- ".factorypath"
- "documentation"
- ".kube"
- ".venv"
- ".settings"
- ".github"
- "**/*.pem"
- "**/temp.json"
- "*.tar.gz"
- "work"
- "hack"
- "collections"
- "filter/my_test.py"
- "gh-pages"
- "node_modules"
- "supplemental-ui"
- "lib"
- "builder-ee"
- "gh-pages"
- "FILES.json"
- "dev-site.yml"
- "site.yml"
- "Vagrantfile"
- "Makefile"
- "site.sh"
- "yarn*"
- "package.json"
- "playbook.yml"
- "ansible.cfg"
- "gulpfile*"
- "poetry*"
- "pyproject.toml"
- ".ansible-lint"
- ".editorconfig"
- ".gitignore"
- ".gitpod.Dockerfile"
- ".gitpod.yml"
- ".tool-versions"
- ".yamllint"