mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 20:58:26 +00:00
37 lines
643 B
YAML
37 lines
643 B
YAML
---
|
|
galaxy_info:
|
|
author: Prometheus Community
|
|
description: Prometheus monitoring system configuration and management
|
|
license: Apache
|
|
company: none
|
|
min_ansible_version: "2.9"
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- bionic
|
|
- focal
|
|
- jammy
|
|
- xenial
|
|
- name: Debian
|
|
versions:
|
|
- bullseye
|
|
- buster
|
|
- name: EL
|
|
versions:
|
|
- '7'
|
|
- '8'
|
|
- '9'
|
|
- name: Fedora
|
|
versions:
|
|
- '36'
|
|
- '37'
|
|
galaxy_tags:
|
|
- monitoring
|
|
- prometheus
|
|
- metrics
|
|
- alerts
|
|
- alerting
|
|
- molecule
|
|
- cloud
|
|
|
|
dependencies: []
|