ansible-collection-prometheus/roles/process_exporter
gardar 0e6ed3d187
fix: adopt protecthome test to latest molecule scenario
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:27 +00:00
..
defaults minor: allow configuring temporary dir for binary archive 2024-03-08 20:41:26 +00:00
handlers feat: add process_exporter role 2024-03-08 20:41:24 +00:00
meta minor: allow configuring temporary dir for binary archive 2024-03-08 20:41:26 +00:00
molecule fix: adopt protecthome test to latest molecule scenario 2024-03-08 20:41:27 +00:00
tasks minor: allow configuring temporary dir for binary archive 2024-03-08 20:41:26 +00:00
templates feat: add tls/http/basic auth web config 2024-03-08 20:41:26 +00:00
vars fix: url/binary names 2024-03-08 20:41:25 +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