mateothegreat.prometheus_exporter_node

node_exporter para el rol de prometheus en ansible

Este rol instalará y configurará el node exporter para prometheus.

Variables

prometheus_exporter_node:
  version: "0.18.1"
  user: "exporters"
  group: "exporters"
  install_path: "/usr/local/bin"
  install_binary_name: "prometheus-exporter-node"
  listen_address: "0.0.0.0:9100"

Ejemplo de Uso

Agrega lo siguiente a un archivo como playbook.yaml:

- hosts: monitoring
  roles:
    - role: "mateothegreat.prometheus"
      var:
        prometheus_exporter_node:
          version: "0.18.1"
          user: "exporters"
          group: "exporters"
          install_path: "/usr/local/bin"
          install_binary_name: "prometheus-exporter-node"
          listen_address: "0.0.0.0:9100"

Ejecuta con ansible-playbook -i <tu archivo de inventario> playbook.yaml.

Acerca del proyecto

Install & configure the prometheus node exporter.

Instalar
ansible-galaxy install mateothegreat.prometheus_exporter_node
Licencia
Unknown
Descargas
125
Propietario
🚀 ☞ Senior Software Architect, Cloud Engineer & DevOps Advocate. ✌