ansible-collection-prometheus/galaxy.yml
2023-03-05 09:59:25 +00:00

36 lines
872 B
YAML

---
namespace: prometheus
name: prometheus
version: 0.1.4
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:
- .config
- .github
- .gitignore
- changelogs
- roles/*/molecule
- tests
- '*test-requirements.txt'
- '*.tar.gz'