ansible-collection-prometheus/roles/process_exporter/README.md
gardar d702d95af4
docs: remove outdated info from README
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:26 +00:00

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