-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgalaxy.yml
43 lines (33 loc) · 789 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: grafana
version: 1.0.2
readme: README.md
authors:
- Bodo Schulz (@bodsch)
description: A collection of Ansible roles for the Grafana universe.
license:
- Apache-2.0
license_file: ''
tags:
- monitoring
- grafana
- observability
dependencies:
bodsch.core: ">=2.2.1"
bodsch.scm: "*"
community.grafana: "*"
repository: /~https://github.com/bodsch/ansible-collection-grafana
documentation: /~https://github.com/bodsch/ansible-collection-grafana/README.md
homepage: /~https://github.com/bodsch/ansible-collection-grafana
issues: /~https://github.com/bodsch/ansible-collection-grafana/issues
build_ignore:
- "galaxy.yml"
- "*.pyc"
- "*.retry"
- ".ansible-lint"
- ".editorconfig"
- ".flake8"
- ".gitignore"
- ".yamllint"
- ".github"