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