forked from prometheus-community/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgalaxy.yml
35 lines (30 loc) · 738 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.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/*'