forked from openstack-k8s-operators/edpm-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgalaxy.yml
33 lines (33 loc) · 842 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
namespace: osp
name: edpm
version: 0.0.1
readme: README.rst
authors:
- EDPM Team (github.com/openstack-k8s-operators/edpm-ansible)
description: Ansible collection for edpm project
license_file: LICENSE
tags:
- RHOSP
- EDPM
dependencies:
ansible.posix: '*'
community.general: '*'
containers.podman: '*'
repository: https://github.com/openstack-k8s-operators/edpm-ansible
documentation: https://openstack-k8s-operators.github.io/edpm-ansible
homepage: https://github.com/openstack-k8s-operators/edpm-ansible
issues: https://github.com/openstack-k8s-operators/edpm-ansible/issues
build_ignore:
- "tests/output"
- "openstack_ansibleee"
- "contribute"
- "docs/build"
- "*.tar.gz"
- ".gitignore"
- ".vscode"
- ".idea"
- ".github"
- ".venv"
- "zuul.d"
- "ansible-requirements.txt"
- "molecule-requirements.txt"