forked from redhat-cop/aap_configuration_extended
-
Notifications
You must be signed in to change notification settings - Fork 0
/
galaxy.yml
32 lines (32 loc) · 820 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
---
namespace: infra
name: aap_configuration_extended
version: 1.0.0-devel
description: A collection of roles to extend functionality of aap_configuration collection
readme: README.md
authors:
- Andrew Huffman
- Adebisi Oyawale @aoyawale
- Kedar Kulkarni @kedark3
- Tom Page @Tompage1994
- Sean Sullivan @sean-m-sullivan
- David Danielsson @djdanielsson
- Ivan Aragonés
- Silvio Perez
- Adonis García
repository: https://github.com/redhat-cop/aap_configuration_extended/
issues: https://github.com/redhat-cop/aap_configuration_extended/issues
build_ignore:
- galaxy.yml.j2
- release.yml
- .github
- '*.tar.gz'
license:
- GPL-3.0-or-later
tags:
- controller
- collection
- aap_configuration_extended
- automation_platform
- infrastructure
...