ansible-collection-prometheus/roles/influxdb_exporter/handlers/main.yml
dobbi84 ad51f0b088 feat: include influxdb exporter role
Include the [Influxdb exporter](https://github.com/prometheus/influxdb_exporter) role.

Signed-off-by: dobbi84 <davide.obbi@e4company.com>
2024-10-23 17:53:10 +00:00

10 lines
228 B
YAML

---
- name: Restart influxdb_exporter
listen: "restart influxdb_exporter"
become: true
ansible.builtin.systemd:
daemon_reload: true
name: influxdb_exporter
state: restarted
when:
- not ansible_check_mode