cloudera.exe.blackbox_exporter role – Install Blackbox 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.blackbox_exporter.

Entry point main – Install Blackbox Exporter

New in cloudera.exe 3.0.0

Synopsis

  • Download and install the Blackbox Explorer (blackbox_exporter) for Prometheus.

Parameters

Parameter

Comments

blackbox_bin_directory

path

Blackbox binary directory

Default: "/usr/local/bin"

blackbox_directory

path

Blackbox configuration directory

Default: "/etc/blackbox"

blackbox_group

string

Blackbox service group

Default: "blackbox"

blackbox_service_directory

path

Blackbox Systemd service file

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

blackbox_tarball_file

string

Blackbox download file name

Default: "blackbox.tar.gz"

blackbox_tarball_url

string

Blackbox distribution URL

Default: "https://github.com/prometheus/blackbox_exporter/releases/download/v0.24.0/blackbox_exporter-0.24.0.linux-amd64.tar.gz"

blackbox_user

string

Blackbox service username

Default: "blackbox"

Authors

  • Cloudera Labs