telegraf config part 1

This commit is contained in:
2023-01-26 18:12:54 +01:00
parent 90a505787e
commit 442998c249
8 changed files with 60 additions and 0 deletions

View File

@@ -20,3 +20,13 @@
state: latest
update_cache: yes
- name: server | telegraf | copy basic config
copy:
dest: "/etc/telegraf/telegraf.d/{{ item }}"
src: "{{ item }}"
loop:
- input_basics.conf
- output_influx.conf
notify: restart telegraf