Closed mattiasb closed 1 year ago
Force-pushed away …
Force-pushed …
node_exporter_ambient_capabilities
in defaults/main.yml
(I see now that you document the variables in README.md
instead so maybe I should remove that again?)This role has been deprecated in favor of a the prometheus-community/ansible collection.
Make it possible to add capabilities to the node_exporter process.
One particularly useful capability¹ to set is
CAP_DAC_READ_SEARCH
which makesnode_exporter
able to read the whole filesystem even though it might not otherwise have permission to do so.1: Being able to read
/var/lib/docker/volumes/
without running asroot
was the driver behind this PR.