ansible-node-exporter icon indicating copy to clipboard operation
ansible-node-exporter copied to clipboard

Allow to install node exporter easily without internet

Open XDavidT opened this issue 4 years ago • 3 comments

What is missing? What if my servers don't have access to the internet? any option to provide them with the file locally?

Why do we need it? Not all servers connected to internet Environment Ubuntu servers

XDavidT avatar Nov 25 '21 09:11 XDavidT

node_exporter_binary_local_dir does this already, doesn't it?

maxtruxa avatar Dec 20 '21 20:12 maxtruxa

node_exporter_binary_local_dir does this already, doesn't it?

I'm not sure, even after use it, the task failing here

XDavidT avatar Dec 21 '21 19:12 XDavidT

That task does not run if you set node_exporter_binary_local_dir. Are you sure you set the var correctly? Try inserting a debug task right before the block to see if the var is set:

- debug:
    var: node_exporter_binary_local_dir

maxtruxa avatar Dec 27 '21 14:12 maxtruxa

This role has been deprecated in favor of a the prometheus-community/ansible collection.

SuperQ avatar Mar 06 '23 14:03 SuperQ