Indicate tar and gzip as requirements for some roles

Turns out, on Ilya's Rocky deployment `tar` was missing
This commit is contained in:
Alexander Gorelyshev
2025-12-19 14:49:23 +04:00
parent 708d3c67d8
commit 983b539514
3 changed files with 15 additions and 4 deletions

View File

@@ -6,7 +6,11 @@ This Ansible role installs ipmi_exporter on target host. This is a Prometheus ex
Requirements
------------
By default, the exporter relies on tools from the FreeIPMI suite for the actual IPMI implementation.
Target node:
- `tar`
- `gzip`
- `freeipmi`
Role Variables
--------------

View File

@@ -6,12 +6,16 @@ Deploy `prometheus/node_exporter` binary as a systemd unit.
Requirements
------------
None
Target node:
- `tar`
- `gzip`
Role Variables
--------------
`node_exporter_bin_path`: where to install the binary (default: `/usr/bin`).
- `node_exporter_bin_path`: where to install the binary (default: `/usr/bin`).
Dependencies
------------

View File

@@ -10,7 +10,10 @@ Prometheus configuration files and rules should be placed in separate directorie
Requirements
------------
None
Target node:
- `tar`
- `gzip`
Role Variables
--------------