UnderGreen.prometheus-exporters-common
Ansible Role: prometheus-exporters-common
This Ansible role serves as a foundation for other roles that install Prometheus exporters. It sets up a common user and group, along with directories that all your exporters can share.
Requirements
All the necessary packages will be installed by this role.
Role Variables
Here are the available variables with their default values:
prometheus_exporters_common_user: prometheus
prometheus_exporters_common_group: prometheus
prometheus_exporters_common_root_dir: /opt/prometheus/exporters
prometheus_exporters_common_dist_dir: "{{ prometheus_exporters_common_root_dir }}/dist"
prometheus_exporters_common_log_dir: /var/log/prometheus
prometheus_exporters_common_conf_dir: /etc/prometheus/exporters
Dependencies
This role does not have any dependencies.
License
GPLv2
Installa
ansible-galaxy install UnderGreen.prometheus-exporters-common
Licenza
gpl-2.0
Download
1.1M
Proprietario