aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meta/main.yml
blob: 4d1d08ac4ddcc7a3e3073e6484685ffac0450fa9 (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
37
---
dependencies: []

galaxy_info:
  role_name: prometheus_target
  standalone: true
  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