-
Notifications
You must be signed in to change notification settings - Fork 1
/
galaxy.yml
43 lines (32 loc) · 795 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
36
37
38
39
40
41
42
43
---
namespace: bodsch
name: prometheus
version: 1.1.1
readme: README.md
authors:
- Bodo Schulz <[email protected]>
description: A collection of Ansible roles for the Prometheus universe.
license:
- Apache-2.0
license_file: ''
tags:
- monitoring
- prometheus
- exporters
dependencies:
bodsch.core: ">=2.2.1"
bodsch.scm: "*"
repository: https://github.com/bodsch/ansible-collection-prometheus
documentation: https://github.com/bodsch/ansible-collection-prometheus/README.md
homepage: https://github.com/bodsch/ansible-collection-prometheus
issues: https://github.com/bodsch/ansible-collection-prometheus/issues
build_ignore:
- "galaxy.yml"
- "*.pyc"
- "*.retry"
- ".ansible-lint"
- ".editorconfig"
- ".flake8"
- ".gitignore"
- ".yamllint"
- ".github"