Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 950 Bytes

ssl_exporter_ribbybibby.md

File metadata and controls

20 lines (11 loc) · 950 Bytes

SSL exporter (ribbybibby) configuration

To enable ssl_exporter by ribbybibby include role task: ssl_exporter_ribbybibby

An array of additional flags to pass to the ssl_exporter daemon:

prometheus_ssl_exporter_ribbybibby_extra_opts: []

The version of ssl_exporter_ribbybibby to install. The default version can be found in the ssl_exporter_ribbybibby variables file and the default version can be overridden using the following variable:

prometheus_ssl_exporter_ribbybibby_version: "v1.0.0"

Allow the use of prerelease versions (beta, test, development, etc versions), defaults to 'false':

prometheus_ssl_exporter_ribbybibby_use_prerelease: true

Port and IP to listen on. Defaults to listening on all available IPs on port 9219:

prometheus_ssl_exporter_ribbybibby_host: "0.0.0.0"
prometheus_ssl_exporter_ribbybibby_port: 9219