]> arthur.barton.de Git - ansible-collection-boilerplate.git/blob - galaxy.yml
Makefile: Fix "distcheck" when there are multiple archives in "dist/" directory
[ansible-collection-boilerplate.git] / galaxy.yml
1 ---
2 namespace: alexbarton
3 name: boilerplate
4 version: 1.0.1
5
6 authors:
7   - Alexander Barton <alex@barton.de>
8
9 description: Collection of boilerplate files, plays, roles and scripts for projects using Ansible.
10 readme: README.md
11
12 license_file: LICENSE
13
14 tags:
15   - boilerplate
16   - common
17   - tools
18
19 dependencies:
20   "community.general": ">=6.1.0"
21
22 homepage: https://github.com/alexbarton/ansible-collection-boilerplate
23 documentation: https://github.com/alexbarton/ansible-collection-boilerplate
24 issues: https://github.com/alexbarton/ansible-collection-boilerplate/issues
25 repository: https://github.com/alexbarton/ansible-collection-boilerplate
26
27 build_ignore:
28   - .DS_Store
29   - .trunk
30   - .venv