Install Prometheus Node Exporter on older init.d-based systems
Designed for RedHat/CentOS 6/Debian Wheezy and Ubunty 14.04; should work on any system that uses init.d and chkconfig.
node_exporter_version
: Defaults to '0.18.1'. Change it if you need a newer version.
See defaults/main.yml for other customizations.
None
- hosts: rhel-6-servers
gather_facts: true
become: true
roles:
- name: Install prometheus node exporter
role: acromedia.node-exporter-legacy
node_exporter_version: '0.18.1'
tags:
- prometheus
GPLv3
Acro Media Inc.