forked from redhat-cop/aap_utilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgalaxy.yml.j2
42 lines (42 loc) · 1010 Bytes
/
galaxy.yml.j2
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
---
namespace: {{ collection_namespace }}
name: {{ collection_name }}
version: {{ collection_version }}
description: A collection of utility roles for usage with Ansible Automation Platform
readme: README.md
authors:
- Jonathan Lozada De La Matta @jlozadad
- Kedar Kulkarni @kedark3
- Tom Page @Tompage1994
- Sean Sullivan @sean-m-sullivan
- Eric Lavarde @ericzolf
- Brant Evans @branic
- Christopher Renwick @crenwick93
repository: {{ collection_repo }}
issues: {{ collection_repo }}/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
dependencies:
"ansible.posix": ">=1.0.0"
"kubernetes.core": ">=2.2.0"