-
Notifications
You must be signed in to change notification settings - Fork 11
/
galaxy.yml
47 lines (47 loc) · 917 Bytes
/
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
---
namespace: kubevirt
name: core
version: "2.1.0"
readme: README.md
authors:
- KubeVirt Project (kubevirt.io)
dependencies:
kubernetes.core: '>=3.1.0,<6.0.0'
description: Lean Ansible bindings for KubeVirt
license_file: LICENSE
tags:
- api
- k8s
- kubernetes
- kubevirt
- virtualization
- cloud
- infrastructure
repository: https://github.com/kubevirt/kubevirt.core
documentation: https://kubevirt.github.io/kubevirt.core
homepage: https://kubevirt.io
issues: https://github.com/kubevirt/kubevirt.core/issues
build_ignore:
- .ansible-lint
- .git
- .gitignore
- .github
- .vscode
- .yamllint
- bin
- changelogs
- CODE_OF_CONDUCT.md
- examples
- hack
- Makefile
- OWNERS
- REVIEW_CHECKLIST.md
- tox.ini
- tox-ansible.ini
- '*.tar.gz'
- '*.zip'
- docs/_gh_include
- docs/conf.py
- docs/roles.rst.template
- docs/requirements.txt
- tests/requirements.txt