Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 353 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 353 Bytes

ansible role for installing node_exporter on Ubuntu and CentOS systems creating a systemd service that can be start/stopped/enabled.

To run, clone repo with ansible installed, and run:

echo "localhost" > hosts && ansible-playbook -i hosts site.yml --private-key ~/.ssh/id_rsa

Replace localhost with your target IP and ~/.ssh/id_rsa with your ssh key