cloudera.exe.node_exporter role – Install Node Exporter

Note

This role is part of the cloudera.exe collection (version 3.0.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it use: ansible-galaxy collection install cloudera.exe..

To use it in a playbook, specify: cloudera.exe.node_exporter.

Entry point main – Install Node Exporter

New in cloudera.exe 3.0.0

Synopsis

  • Download and install the Node Exporter (node_exporter) for Prometheus.

Parameters

Parameter

Comments

node_exporter_directory

path

Configuration directory

Default: "/etc/node_exporter"

node_exporter_group

string

Service group

Default: "node_exporter"

node_exporter_service_directory

path

systemd services directory

Default: "/etc/systemd/system/node_exporter.service"

node_exporter_tarball_file

string

The intermediate name of the installation package

Default: "node_exporter.tar.gz"

node_exporter_tarball_url

string

URL to the installation package

Default: "https://github.com/prometheus/node_exporter/releases/download/v1.7.0/node_exporter-1.7.0.linux-amd64.tar.gz"

node_exporter_user

string

Service username

Default: "node_exporter"

Authors

  • Cloudera Labs