ansible-collection-prometheus/galaxy.yml
gardar b2d9aa565a
fix: lint
Signed-off-by: gardar <gardar@users.noreply.github.com>
2022-12-08 18:02:13 +00:00

35 lines
738 B
YAML

---
namespace: prometheus
name: prometheus
version: 0.0.1
readme: README.md
authors:
- "Ben Kochie (https://github.com/SuperQ)"
- "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/*'