mesaguy / ansible-prometheus

Ansible role for the management of Prometheus software and Prometheus exporters
https://galaxy.ansible.com/mesaguy/prometheus
MIT License
71 stars 31 forks source link

Fix bug related with standalone exporters #3

Closed f9n closed 4 years ago

f9n commented 4 years ago
---
- name: Install Node Exporter
  hosts: servers
  roles:
    - role: mesaguy.prometheus
      vars:
        prometheus_manage_client_tgroups: false
        prometheus_components:
          - node_exporter

I cannot install only the node exporter.