forked from redhat-cop/infra.aap_configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgalaxy.yml.j2
More file actions
30 lines (30 loc) · 722 Bytes
/
galaxy.yml.j2
File metadata and controls
30 lines (30 loc) · 722 Bytes
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
---
namespace: {{ collection_namespace }}
name: {{ collection_name }}
version: {{ collection_version }}
description: A collection of roles to manage Ansible Controller
readme: README.md
authors:
- Andrew Huffman
- Jonathan Lozada De La Matta @jlozadad
- Kedar Kulkarni @kedark3
- Tom Page @Tompage1994
- Sean Sullivan @sean-m-sullivan
- David Danielsson @djdanielsson
repository: {{ collection_repo }}
issues: {{ collection_repo }}/issues
build_ignore:
- galaxy.yml.j2
- release.yml
- .github
- .ansiblelint.yml
- .yamllint.yml
- '*.tar.gz'
license:
- GPL-3.0-or-later
tags:
- controller
- collection
- controller_configuration
- automation_platform
...