ansible-collection-prometheus/roles/process_exporter
gardar f668cd0ac4
removed: drop centos 7 support as it is EOL
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-09-13 14:06:14 +00:00
..
defaults patch: 🎉 automated upstream release update 2024-07-22 14:31:45 +00:00
handlers feat: add process_exporter role 2024-03-08 20:41:24 +00:00
meta removed: drop centos 7 support as it is EOL 2024-09-13 14:06:14 +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