mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-23 04:13:05 +00:00
35 lines
574 B
YAML
35 lines
574 B
YAML
|
---
|
||
|
galaxy_info:
|
||
|
author: Prometheus Community
|
||
|
description: Prometheus monitoring system configuration and management
|
||
|
license: Apache
|
||
|
company: none
|
||
|
min_ansible_version: "2.7"
|
||
|
platforms:
|
||
|
- name: Ubuntu
|
||
|
versions:
|
||
|
- bionic
|
||
|
- xenial
|
||
|
- name: Debian
|
||
|
versions:
|
||
|
- stretch
|
||
|
- buster
|
||
|
- name: EL
|
||
|
versions:
|
||
|
- 7
|
||
|
- 8
|
||
|
- name: Fedora
|
||
|
versions:
|
||
|
- 30
|
||
|
- 31
|
||
|
galaxy_tags:
|
||
|
- monitoring
|
||
|
- prometheus
|
||
|
- metrics
|
||
|
- alerts
|
||
|
- alerting
|
||
|
- molecule
|
||
|
- cloud
|
||
|
|
||
|
dependencies: []
|