mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-13 23:57:11 +00:00
0e6ed3d187
Signed-off-by: gardar <gardar@users.noreply.github.com> |
||
---|---|---|
.. | ||
defaults | ||
handlers | ||
meta | ||
molecule | ||
tasks | ||
templates | ||
vars | ||
README.md | ||
test-requirements.txt |
Ansible Role: process_exporter
Description
Deploy process-exporter using ansible.
Note. This repository and role uses the name process_exporter to conform with ansible galaxy constraints.
Requirements
- Ansible >= 2.9 (It might work on previous versions, but we cannot guarantee it)
Role Variables
All variables which can be overridden are stored in meta/argument_specs.yml file. See the prometheus.prometheus.process_exporter docs.
Example
Playbook
Use it in a playbook as follows:
- hosts: all
roles:
- prometheus.prometheus.process_exporter