mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
fix: document supported platform versions
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
3b26d5582b
commit
9e64a645db
9 changed files with 163 additions and 187 deletions
|
@ -1,34 +1,30 @@
|
|||
---
|
||||
galaxy_info:
|
||||
author: Prometheus Community
|
||||
description: Prometheus Alertmanager service
|
||||
license: Apache
|
||||
company: none
|
||||
author: "Prometheus Community"
|
||||
description: "Prometheus Alertmanager service"
|
||||
license: "Apache"
|
||||
min_ansible_version: "2.9"
|
||||
platforms:
|
||||
- name: Ubuntu
|
||||
- name: "Ubuntu"
|
||||
versions:
|
||||
- bionic
|
||||
- focal
|
||||
- jammy
|
||||
- xenial
|
||||
- name: Debian
|
||||
- "bionic"
|
||||
- "focal"
|
||||
- "jammy"
|
||||
- name: "Debian"
|
||||
versions:
|
||||
- bullseye
|
||||
- buster
|
||||
- name: EL
|
||||
- "bullseye"
|
||||
- "buster"
|
||||
- name: "EL"
|
||||
versions:
|
||||
- '7'
|
||||
- '8'
|
||||
- '9'
|
||||
- name: Fedora
|
||||
- "7"
|
||||
- "8"
|
||||
- "9"
|
||||
- name: "Fedora"
|
||||
versions:
|
||||
- '36'
|
||||
- '37'
|
||||
- "36"
|
||||
- "37"
|
||||
galaxy_tags:
|
||||
- monitoring
|
||||
- prometheus
|
||||
- alerting
|
||||
- alert
|
||||
|
||||
dependencies: []
|
||||
- "monitoring"
|
||||
- "prometheus"
|
||||
- "alerting"
|
||||
- "alert"
|
||||
|
|
|
@ -1,36 +1,32 @@
|
|||
---
|
||||
galaxy_info:
|
||||
author: Prometheus Community
|
||||
description: Prometheus Blackbox Exporter
|
||||
license: Apache
|
||||
company: none
|
||||
author: "Prometheus Community"
|
||||
description: "Prometheus Blackbox Exporter"
|
||||
license: "Apache"
|
||||
min_ansible_version: "2.9"
|
||||
platforms:
|
||||
- name: Ubuntu
|
||||
- name: "Ubuntu"
|
||||
versions:
|
||||
- bionic
|
||||
- focal
|
||||
- jammy
|
||||
- xenial
|
||||
- name: Debian
|
||||
- "bionic"
|
||||
- "focal"
|
||||
- "jammy"
|
||||
- name: "Debian"
|
||||
versions:
|
||||
- bullseye
|
||||
- buster
|
||||
- name: EL
|
||||
- "bullseye"
|
||||
- "buster"
|
||||
- name: "EL"
|
||||
versions:
|
||||
- '7'
|
||||
- '8'
|
||||
- '9'
|
||||
- name: Fedora
|
||||
- "7"
|
||||
- "8"
|
||||
- "9"
|
||||
- name: "Fedora"
|
||||
versions:
|
||||
- '36'
|
||||
- '37'
|
||||
- "36"
|
||||
- "37"
|
||||
galaxy_tags:
|
||||
- exporter
|
||||
- monitoring
|
||||
- prometheus
|
||||
- metrics
|
||||
- blackbox
|
||||
- probe
|
||||
|
||||
dependencies: []
|
||||
- "exporter"
|
||||
- "monitoring"
|
||||
- "prometheus"
|
||||
- "metrics"
|
||||
- "blackbox"
|
||||
- "probe"
|
||||
|
|
|
@ -7,7 +7,7 @@ Deploy prometheus [mysql exporter](https://github.com/prometheus/mysqld_exporter
|
|||
|
||||
## Requirements
|
||||
|
||||
- Ansible >= 2.7 (It might work on previous versions, but we cannot guarantee it)
|
||||
- Ansible >= 2.9 (It might work on previous versions, but we cannot guarantee it)
|
||||
- gnu-tar on Mac deployer host (`brew install gnu-tar`)
|
||||
- Passlib is required when using the basic authentication feature (`pip install passlib[bcrypt]`)
|
||||
|
||||
|
|
|
@ -1,34 +1,33 @@
|
|||
---
|
||||
galaxy_info:
|
||||
author: Prometheus Community
|
||||
description: Prometheus MySQLd Exporter
|
||||
license: Apache
|
||||
company: none
|
||||
min_ansible_version: "2.7"
|
||||
author: "Prometheus Community"
|
||||
description: "Prometheus MySQLd Exporter"
|
||||
license: "Apache"
|
||||
min_ansible_version: "2.9"
|
||||
platforms:
|
||||
- name: Ubuntu
|
||||
- name: "Ubuntu"
|
||||
versions:
|
||||
- bionic
|
||||
- xenial
|
||||
- name: Debian
|
||||
- "bionic"
|
||||
- "focal"
|
||||
- "jammy"
|
||||
- name: "Debian"
|
||||
versions:
|
||||
- stretch
|
||||
- buster
|
||||
- name: EL
|
||||
- "bullseye"
|
||||
- "buster"
|
||||
- name: "EL"
|
||||
versions:
|
||||
- '7'
|
||||
- '8'
|
||||
- name: Fedora
|
||||
- "7"
|
||||
- "8"
|
||||
- "9"
|
||||
- name: "Fedora"
|
||||
versions:
|
||||
- '30'
|
||||
- '31'
|
||||
- "36"
|
||||
- "37"
|
||||
galaxy_tags:
|
||||
- monitoring
|
||||
- prometheus
|
||||
- exporter
|
||||
- metrics
|
||||
- system
|
||||
- mysql
|
||||
- mariadb
|
||||
|
||||
dependencies: []
|
||||
- "monitoring"
|
||||
- "prometheus"
|
||||
- "exporter"
|
||||
- "metrics"
|
||||
- "system"
|
||||
- "mysql"
|
||||
- "mariadb"
|
||||
|
|
|
@ -1,35 +1,31 @@
|
|||
---
|
||||
galaxy_info:
|
||||
author: Prometheus Community
|
||||
description: Prometheus Node Exporter
|
||||
license: Apache
|
||||
company: none
|
||||
author: "Prometheus Community"
|
||||
description: "Prometheus Node Exporter"
|
||||
license: "Apache"
|
||||
min_ansible_version: "2.9"
|
||||
platforms:
|
||||
- name: Ubuntu
|
||||
- name: "Ubuntu"
|
||||
versions:
|
||||
- bionic
|
||||
- focal
|
||||
- jammy
|
||||
- xenial
|
||||
- name: Debian
|
||||
- "bionic"
|
||||
- "focal"
|
||||
- "jammy"
|
||||
- name: "Debian"
|
||||
versions:
|
||||
- bullseye
|
||||
- buster
|
||||
- name: EL
|
||||
- "bullseye"
|
||||
- "buster"
|
||||
- name: "EL"
|
||||
versions:
|
||||
- '7'
|
||||
- '8'
|
||||
- '9'
|
||||
- name: Fedora
|
||||
- "7"
|
||||
- "8"
|
||||
- "9"
|
||||
- name: "Fedora"
|
||||
versions:
|
||||
- '36'
|
||||
- '37'
|
||||
- "36"
|
||||
- "37"
|
||||
galaxy_tags:
|
||||
- monitoring
|
||||
- prometheus
|
||||
- exporter
|
||||
- metrics
|
||||
- system
|
||||
|
||||
dependencies: []
|
||||
- "monitoring"
|
||||
- "prometheus"
|
||||
- "exporter"
|
||||
- "metrics"
|
||||
- "system"
|
||||
|
|
|
@ -8,7 +8,7 @@ Deploy [Prometheus](https://github.com/prometheus/prometheus) monitoring system
|
|||
|
||||
## Requirements
|
||||
|
||||
- Ansible >= 2.9 (It might work on previous versions, but we cannot guarantee it)
|
||||
- Ansible >= "2.9" (It might work on previous versions, but we cannot guarantee it)
|
||||
- gnu-tar on Mac deployer host (`brew install gnu-tar`)
|
||||
|
||||
## Role Variables
|
||||
|
|
|
@ -1,37 +1,33 @@
|
|||
---
|
||||
galaxy_info:
|
||||
author: Prometheus Community
|
||||
description: Prometheus monitoring system configuration and management
|
||||
license: Apache
|
||||
company: none
|
||||
author: "Prometheus Community"
|
||||
description: "Prometheus monitoring system configuration and management"
|
||||
license: "Apache"
|
||||
min_ansible_version: "2.9"
|
||||
platforms:
|
||||
- name: Ubuntu
|
||||
- name: "Ubuntu"
|
||||
versions:
|
||||
- bionic
|
||||
- focal
|
||||
- jammy
|
||||
- xenial
|
||||
- name: Debian
|
||||
- "bionic"
|
||||
- "focal"
|
||||
- "jammy"
|
||||
- name: "Debian"
|
||||
versions:
|
||||
- bullseye
|
||||
- buster
|
||||
- name: EL
|
||||
- "bullseye"
|
||||
- "buster"
|
||||
- name: "EL"
|
||||
versions:
|
||||
- '7'
|
||||
- '8'
|
||||
- '9'
|
||||
- name: Fedora
|
||||
- "7"
|
||||
- "8"
|
||||
- "9"
|
||||
- name: "Fedora"
|
||||
versions:
|
||||
- '36'
|
||||
- '37'
|
||||
- "36"
|
||||
- "37"
|
||||
galaxy_tags:
|
||||
- monitoring
|
||||
- prometheus
|
||||
- metrics
|
||||
- alerts
|
||||
- alerting
|
||||
- molecule
|
||||
- cloud
|
||||
|
||||
dependencies: []
|
||||
- "monitoring"
|
||||
- "prometheus"
|
||||
- "metrics"
|
||||
- "alerts"
|
||||
- "alerting"
|
||||
- "molecule"
|
||||
- "cloud"
|
||||
|
|
|
@ -1,36 +1,32 @@
|
|||
---
|
||||
galaxy_info:
|
||||
author: Prometheus Community
|
||||
description: Prometheus SNMP Exporter
|
||||
license: Apache
|
||||
company: none
|
||||
author: "Prometheus Community"
|
||||
description: "Prometheus SNMP Exporter"
|
||||
license: "Apache"
|
||||
min_ansible_version: "2.9"
|
||||
platforms:
|
||||
- name: Ubuntu
|
||||
- name: "Ubuntu"
|
||||
versions:
|
||||
- bionic
|
||||
- focal
|
||||
- jammy
|
||||
- xenial
|
||||
- name: Debian
|
||||
- "bionic"
|
||||
- "focal"
|
||||
- "jammy"
|
||||
- name: "Debian"
|
||||
versions:
|
||||
- bullseye
|
||||
- buster
|
||||
- name: EL
|
||||
- "bullseye"
|
||||
- "buster"
|
||||
- name: "EL"
|
||||
versions:
|
||||
- '7'
|
||||
- '8'
|
||||
- '9'
|
||||
- name: Fedora
|
||||
- "7"
|
||||
- "8"
|
||||
- "9"
|
||||
- name: "Fedora"
|
||||
versions:
|
||||
- '36'
|
||||
- '37'
|
||||
- "36"
|
||||
- "37"
|
||||
galaxy_tags:
|
||||
- monitoring
|
||||
- prometheus
|
||||
- exporter
|
||||
- system
|
||||
- network
|
||||
- metrics
|
||||
|
||||
dependencies: []
|
||||
- "monitoring"
|
||||
- "prometheus"
|
||||
- "exporter"
|
||||
- "system"
|
||||
- "network"
|
||||
- "metrics"
|
||||
|
|
|
@ -1,35 +1,32 @@
|
|||
---
|
||||
galaxy_info:
|
||||
author: Prometheus Community
|
||||
description: Prometheus Systemd Exporter
|
||||
license: Apache
|
||||
company: none
|
||||
author: "Prometheus Community"
|
||||
description: "Prometheus Systemd Exporter"
|
||||
license: "Apache"
|
||||
min_ansible_version: "2.9"
|
||||
platforms:
|
||||
- name: Ubuntu
|
||||
- name: "Ubuntu"
|
||||
versions:
|
||||
- bionic
|
||||
- focal
|
||||
- jammy
|
||||
- xenial
|
||||
- name: Debian
|
||||
- "bionic"
|
||||
- "focal"
|
||||
- "jammy"
|
||||
- "xenial"
|
||||
- name: "Debian"
|
||||
versions:
|
||||
- bullseye
|
||||
- buster
|
||||
- name: EL
|
||||
- "bullseye"
|
||||
- "buster"
|
||||
- name: "EL"
|
||||
versions:
|
||||
- '7'
|
||||
- '7'
|
||||
- '9'
|
||||
- name: Fedora
|
||||
- "7"
|
||||
- "8"
|
||||
- "9"
|
||||
- name: "Fedora"
|
||||
versions:
|
||||
- '36'
|
||||
- '37'
|
||||
- "36"
|
||||
- "37"
|
||||
galaxy_tags:
|
||||
- monitoring
|
||||
- prometheus
|
||||
- exporter
|
||||
- metrics
|
||||
- systemd
|
||||
|
||||
dependencies: []
|
||||
- "monitoring"
|
||||
- "prometheus"
|
||||
- "exporter"
|
||||
- "metrics"
|
||||
- "systemd"
|
||||
|
|
Loading…
Reference in a new issue