Go to file
thiuda b4cdc50ec7 ignore fqcn-builtins lint errors for builtin actions 2022-04-22 15:14:18 +02:00
meta Add platforms information 2021-06-08 14:16:16 +02:00
tasks ignore fqcn-builtins lint errors for builtin actions 2022-04-22 15:14:18 +02:00
templates Enable ssl_prefer_server_ciphers 2022-03-19 13:39:55 +01:00
.ansible-lint ignore fqcn-builtins lint errors for builtin actions 2022-04-22 15:14:18 +02:00
README.md Add option to configure certs dir 2021-03-25 15:30:59 +01:00

README.md

Summary

This provide a basic ansible role to deploy the prometheus node exporter.

Please note, this is not the most flexible role but fits well into my infrastructure. More configurations can be added easyly. Get in touch!

Configuration

In order to use this role, you need to provide the following configuration:

node_exporter_domain

This is the domain serving the API.

node_exporter_cert

This specifies which domain should be used for SSL. Useful if you use wildcard certs. These are expected to live in certs_dir.

prometheus_pass

This specifies the HTTP Basic Auth password to secure the prometheus endpoint.

certs_dir

Location to look for certificates