telegraf config part 1
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user