ansible-collection-prometheus/roles/process_exporter
prombot 1810435fc4 patch: 🎉 automated upstream release update
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-11-18 14:37:13 +00:00
..
defaults patch: 🎉 automated upstream release update 2024-11-18 14:37:13 +00:00
handlers feat: add process_exporter role 2024-03-08 20:41:24 +00:00
meta patch: 🎉 automated upstream release update 2024-11-18 14:37:13 +00:00
molecule refactor(process_exporter): delegate common tasks to _common role 2024-10-15 17:10:43 +00:00
tasks feat: move naive assertion to common role 2024-10-30 09:53:00 +08:00
templates refactor(process_exporter): delegate common tasks to _common role 2024-10-15 17:10:43 +00:00
vars refactor(process_exporter): delegate common tasks to _common role 2024-10-15 17:10:43 +00:00
README.md docs: remove outdated info from README 2024-03-08 20:41:26 +00:00
test-requirements.txt fix: add bcrypt test requirement 2024-03-08 20:41:26 +00:00

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