mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
30 lines
733 B
YAML
30 lines
733 B
YAML
---
|
|
namespace: prometheus
|
|
name: prometheus
|
|
version: 0.0.3
|
|
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/*'
|