generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 12
/
galaxy.yml
36 lines (35 loc) · 1.19 KB
/
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
33
34
35
36
# See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
namespace: puzzle
name: opnsense
version: 1.5.0
readme: README.md
authors:
- Lukas Grimm (github.com/ombre8)
- Fabio Bertagna (github.com/dongiovanni83)
- Philipp Matti (github.com/acteru)
- Reto Kupferschmid (github.com/rekup)
- Kilian Soltermann (github.com/killuuuhh)
- Yoan Müller (github.com/LuminatiHD)
description: Ansible collection for OPNsense
license_file: LICENSE
tags:
# tags so people can search for collections https://galaxy.ansible.com/search
# tags are all lower-case, no spaces, no dashes.
- opnsense
repository: https://github.com/puzzle/puzzle.opnsense/
#documentation: https://github.com/ansible-collection-migration/community.REPO_NAME/tree/main/docs
homepage: https://puzzle.github.io/puzzle.opnsense/collections/puzzle/opnsense/
issues: https://github.com/puzzle/puzzle.opnsense/issues
build_ignore:
# https://docs.ansible.com/ansible/devel/dev_guide/developing_collections_distributing.html#ignoring-files-and-folders
- .gitignore
- .github
- changelogs/.plugin-cache.yaml
- codecov.yml
- Makefile
- Pipfile*
- "*.tar.gz"
- renovate.json
- .pylint.rc
- ansible.cfg
- .idea