-
Notifications
You must be signed in to change notification settings - Fork 50
/
galaxy.yml
44 lines (44 loc) · 1 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
---
namespace: infra
name: aap_utilities
version: 2.5.2-devel
description: A collection of utility roles for usage with Ansible Automation Platform
readme: README.md
authors:
- Adebisi Oyawale @aoyawale
- Kedar Kulkarni @kedark3
- Tom Page @Tompage1994
- Sean Sullivan @sean-m-sullivan
- Eric Lavarde @ericzolf
- Brant Evans @branic
- Christopher Renwick @crenwick93
repository: https://github.com/redhat-cop/aap_utilities/
issues: https://github.com/redhat-cop/aap_utilities//issues
build_ignore:
- galaxy.yml.j2
- .github
- .markdownlint.yml
- .ansible-lint
- .yamllint.yml
- .pre-commit-config.yaml
- .gitignore
- .gitattributes
- '*.tar.gz'
license:
- GPL-3.0-or-later
tags:
- ansible_automation_platform
- aap
- aap_utils
- aap_utilities
- collection
- utilities
- utils
- tower
- tower_utilities
- tower_utils
- infrastructure
dependencies:
"ansible.posix": ">=1.0.0"
"kubernetes.core": ">=2.2.0"
...