-
Notifications
You must be signed in to change notification settings - Fork 66
/
galaxy.yml
48 lines (47 loc) · 1.01 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
---
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:
- cloud
- infrastructure
- linux
- tools
- networking
- security
- 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:
- "openstack_ansibleee"
- "contribute"
- "docs"
- "*.tar.gz"
- ".gitignore"
- ".vscode"
- ".idea"
- ".github"
- ".venv"
- "zuul.d"
- "molecule-requirements.txt"
- "molecule"
- "scripts"
- ".pre-commit-config.yaml"
- ".ansible-lint"
- ".yamllint"
- "Makefile"
- "**/molecule"
- "tests"
- "edpm_ansible.egg-info"