enabled telegraf again and set failsave configuration

This commit is contained in:
2025-11-26 15:43:25 +01:00
parent 338a3b5ae2
commit 990b22176f
5 changed files with 48 additions and 5 deletions

View File

@@ -27,11 +27,10 @@
- name: server | telegraf | copy basic config
copy:
dest: "/etc/telegraf/{{ item }}"
dest: "/etc/telegraf/telegraf.d/{{ item | basename }}"
src: "{{ item }}"
loop:
- telegraf.d/input_basics.conf
- telegraf.d/output_influx.conf
with_fileglob:
- "telegraf.d/*.conf"
notify: restart_telegraf