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