mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-21 19:33:04 +00:00
fix: supported platforms in beta
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
2783d7962f
commit
d53f2cbd03
11 changed files with 47 additions and 29 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]`)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue