forked from prometheus-community/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
galaxy.yml
35 lines (35 loc) · 827 Bytes
/
galaxy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
namespace: prometheus
name: prometheus
version: 0.22.1
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.general: '>=1.0.0'
repository: "https://github.com/prometheus-community/ansible"
documentation: "https://prometheus-community.github.io/ansible"
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'