ansible-collection-prometheus/galaxy.yml
SuperQ e1faf1e998
docs: Add gardar as a maintainer
Welcome @gardar as a maintainer here.
* Fixup sort order.

Signed-off-by: SuperQ <superq@gmail.com>
2023-03-03 13:48:41 +01:00

31 lines
785 B
YAML

---
namespace: prometheus
name: prometheus
version: 0.1.0
readme: README.md
authors:
- "Ben Kochie (https://github.com/SuperQ)"
- "Garðar Arnarsson (https://github.com/gardar)"
- "Paweł Krupa (https://github.com/paulfantom)"
description: "Ansible Collection for Prometheus"
license_file: LICENSE
tags:
- observability
- o11y
- monitoring
- prometheus
- metrics
- alerts
- alerting
- cloud
dependencies:
community.crypto: '>=2.0.0'
community.general: '>=1.0.0'
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"
build_ignore:
- 'tests/*'
- '*.tar.gz'
- 'docs/*'