fix: document supported platform versions

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar 2023-04-26 18:23:29 +00:00
parent 3b26d5582b
commit 9e64a645db
No known key found for this signature in database
GPG key ID: 75FAE37CBA8C13C2
9 changed files with 163 additions and 187 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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]`)

View file

@ -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"

View file

@ -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"

View file

@ -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

View file

@ -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"

View file

@ -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"

View file

@ -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"