fix: supported platforms in beta

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar 2023-03-10 02:44:17 +00:00
parent 2783d7962f
commit d53f2cbd03
No known key found for this signature in database
GPG key ID: 75FAE37CBA8C13C2
11 changed files with 47 additions and 29 deletions

View file

@ -8,7 +8,7 @@ Deploy and manage Prometheus [alertmanager](https://github.com/prometheus/alertm
## 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)
It would be nice to have prometheus installed somewhere

View file

@ -4,24 +4,27 @@ galaxy_info:
description: Prometheus Alertmanager service
license: Apache
company: none
min_ansible_version: "2.7"
min_ansible_version: "2.9"
platforms:
- name: Ubuntu
versions:
- bionic
- focal
- jammy
- xenial
- name: Debian
versions:
- stretch
- bullseye
- buster
- name: EL
versions:
- '7'
- '8'
- '9'
- name: Fedora
versions:
- '30'
- '31'
- '36'
- '37'
galaxy_tags:
- monitoring
- prometheus

View file

@ -8,7 +8,7 @@ Deploy and manage [blackbox exporter](https://github.com/prometheus/blackbox_exp
## 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`)
## Role Variables

View file

@ -4,24 +4,27 @@ galaxy_info:
description: Prometheus Blackbox Exporter
license: Apache
company: none
min_ansible_version: "2.7"
min_ansible_version: "2.9"
platforms:
- name: Ubuntu
versions:
- bionic
- focal
- jammy
- xenial
- name: Debian
versions:
- stretch
- bullseye
- buster
- name: EL
versions:
- '7'
- '8'
- '9'
- name: Fedora
versions:
- '30'
- '31'
- '36'
- '37'
galaxy_tags:
- exporter
- monitoring

View file

@ -8,7 +8,7 @@ Deploy prometheus [node exporter](https://github.com/prometheus/node_exporter) u
## 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

@ -4,24 +4,27 @@ galaxy_info:
description: Prometheus Node Exporter
license: Apache
company: none
min_ansible_version: "2.7"
min_ansible_version: "2.9"
platforms:
- name: Ubuntu
versions:
- bionic
- focal
- jammy
- xenial
- name: Debian
versions:
- stretch
- bullseye
- buster
- name: EL
versions:
- '7'
- '8'
- '9'
- name: Fedora
versions:
- '30'
- '31'
- '36'
- '37'
galaxy_tags:
- monitoring
- prometheus

View file

@ -8,7 +8,7 @@ Deploy [Prometheus](https://github.com/prometheus/prometheus) monitoring system
## 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`)
## Role Variables

View file

@ -4,24 +4,27 @@ galaxy_info:
description: Prometheus monitoring system configuration and management
license: Apache
company: none
min_ansible_version: "2.7"
min_ansible_version: "2.9"
platforms:
- name: Ubuntu
versions:
- bionic
- focal
- jammy
- xenial
- name: Debian
versions:
- stretch
- bullseye
- buster
- name: EL
versions:
- '7'
- '8'
- '9'
- name: Fedora
versions:
- '30'
- '31'
- '36'
- '37'
galaxy_tags:
- monitoring
- prometheus

View file

@ -8,7 +8,7 @@ Deploy and manage prometheus [SNMP exporter](https://github.com/prometheus/snmp_
## 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)
## Role Variables

View file

@ -4,24 +4,27 @@ galaxy_info:
description: Prometheus SNMP Exporter
license: Apache
company: none
min_ansible_version: "2.7"
min_ansible_version: "2.9"
platforms:
- name: Ubuntu
versions:
- bionic
- focal
- jammy
- xenial
- name: Debian
versions:
- stretch
- bullseye
- buster
- name: EL
versions:
- '7'
- '8'
- '9'
- name: Fedora
versions:
- '30'
- '31'
- '36'
- '37'
galaxy_tags:
- monitoring
- prometheus

View file

@ -9,19 +9,22 @@ galaxy_info:
- name: Ubuntu
versions:
- bionic
- focal
- jammy
- xenial
- name: Debian
versions:
- stretch
- bullseye
- buster
- name: EL
versions:
- '7'
- '8'
- '7'
- '9'
- name: Fedora
versions:
- '30'
- '31'
- '36'
- '37'
galaxy_tags:
- monitoring
- prometheus