ansible-collection-prometheus/galaxy.yml
Paweł Krupa (paulfantom) dcfbfa84d2 initial migration of roles from cloudalchemy
Signed-off-by: Paweł Krupa (paulfantom) <pawel@krupa.net.pl>
2022-09-23 13:29:55 +02:00

43 lines
1.6 KiB
YAML

### REQUIRED
# The namespace of the collection. This can be a company/brand/organization or product namespace under which all
# content lives. May only contain alphanumeric lowercase characters and underscores. Namespaces cannot start with
# underscores or numbers and cannot contain consecutive underscores
namespace: community
name: prometheus
version: 1.0.0
readme: README.md
authors:
- Ben Kochie (https://github.com/SuperQ)
- Paweł Krupa (https://github.com/paulfantom)
description: your collection description
license_file: LICENSE
tags:
- monitoring
- prometheus
- metrics
- alerts
- alerting
- molecule
- cloud
# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
# collection label 'namespace.name'. The value is a version range
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ','
dependencies: {}
repository: https://github.com/prometheus-community/ansible
documentation: https://github.com/prometheus-community/ansible/blob/main/docs
homepage: https://prometheus.io
issues: https://github.com/prometheus-community/ansible/issues
# A list of file glob-like patterns used to filter any files or directories that should not be included in the build
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This
# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',
# and '.git' are always filtered
build_ignore:
- 'tests/*'
- '*.tar.gz'
- 'docs/*'