blob: c62976044b2a942fbdaf2ca4254870bae53e0460 (
plain) (
blame)
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
|
---
dependencies: []
galaxy_info:
role_name: prometheus_target
author: kliwniloc
description: Role for adding targets to prometheus instance
license: license (MIT)
min_ansible_version: "2.4"
platforms:
- name: Debian
versions:
- all
- name: Ubuntu
versions:
- all
- name: Alpine
versions:
- all
- name: Fedora
versions:
- all
- name: ArchLinux
versions:
- all
- name: EL
versions:
- all
galaxy_tags:
- monitoring
- prometheus
- exporter
- metrics
- observability
- alerts
- alerting
|