]> arthur.barton.de Git - ansible-collection-boilerplate.git/blob - galaxy.yml
The "a" wrapper requires the bash(1) interpreter!
[ansible-collection-boilerplate.git] / galaxy.yml
1 ---
2 namespace: alexbarton
3 name: boilerplate
4 # NOTE: Remove "galaxy[version-incorrect]" from the "skip_list" in
5 # .ansible-lint once you bump the version to 1.0.0 (or higher)!
6 version: 0.0.1
7
8 authors:
9   - Alexander Barton <alex@barton.de>
10
11 description: Collection of boilerplate files, plays, roles and scripts for projects using Ansible.
12 readme: README.md
13
14 license_file: LICENSE
15
16 tags:
17   - boilerplate
18   - common
19   - tools
20
21 dependencies:
22   "community.general": ">=6.1.0"
23
24 homepage: https://github.com/alexbarton/ansible-collection-boilerplate
25 documentation: https://github.com/alexbarton/ansible-collection-boilerplate
26 issues: https://github.com/alexbarton/ansible-collection-boilerplate/issues
27 repository: https://github.com/alexbarton/ansible-collection-boilerplate
28
29 build_ignore:
30   - .DS_Store
31   - .trunk
32   - .venv