Skip to content

Commit

Permalink
fix: supported platforms in beta
Browse files Browse the repository at this point in the history
Signed-off-by: gardar <[email protected]>
  • Loading branch information
gardar committed Mar 10, 2023
1 parent 1818e58 commit 3a486e3
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 29 deletions.
2 changes: 1 addition & 1 deletion roles/alertmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
11 changes: 7 additions & 4 deletions roles/alertmanager/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion roles/blackbox_exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 7 additions & 4 deletions roles/blackbox_exporter/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion roles/node_exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]`)

Expand Down
11 changes: 7 additions & 4 deletions roles/node_exporter/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion roles/prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 7 additions & 4 deletions roles/prometheus/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion roles/snmp_exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
11 changes: 7 additions & 4 deletions roles/snmp_exporter/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 7 additions & 4 deletions roles/systemd_exporter/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a486e3

Please sign in to comment.