mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 12:48:26 +00:00
Include the [Influxdb exporter](https://github.com/prometheus/influxdb_exporter) role. Signed-off-by: dobbi84 <davide.obbi@e4company.com>
10 lines
228 B
YAML
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
|