mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 14:24:25 +00:00
d702d95af4
Signed-off-by: gardar <gardar@users.noreply.github.com>
755 B
755 B
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