mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 20:03:04 +00:00
06490d7c8b
* feat: Add postgres_exporter role --------- Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
31 lines
572 B
YAML
31 lines
572 B
YAML
---
|
|
galaxy_info:
|
|
author: "Prometheus Community"
|
|
description: "Prometheus PostgreSQL Exporter"
|
|
license: "Apache"
|
|
min_ansible_version: "2.9"
|
|
platforms:
|
|
- name: "Ubuntu"
|
|
versions:
|
|
- "focal"
|
|
- "jammy"
|
|
- name: "Debian"
|
|
versions:
|
|
- "bullseye"
|
|
- "buster"
|
|
- name: "EL"
|
|
versions:
|
|
- "7"
|
|
- "8"
|
|
- "9"
|
|
- name: "Fedora"
|
|
versions:
|
|
- "37"
|
|
- '38'
|
|
galaxy_tags:
|
|
- "monitoring"
|
|
- "prometheus"
|
|
- "exporter"
|
|
- "metrics"
|
|
- "system"
|
|
- "postgresql"
|