update repos
This commit is contained in:
@@ -25,12 +25,15 @@
|
||||
enabled: yes
|
||||
state: started
|
||||
|
||||
- name: copy telegraf config
|
||||
copy:
|
||||
src: telegraf.conf
|
||||
- name: create telegraf config from template
|
||||
template:
|
||||
src: telegraf.conf.j2
|
||||
dest: /etc/telegraf/telegraf.conf
|
||||
mode: '0644'
|
||||
notify: Restart telegraf
|
||||
|
||||
|
||||
|
||||
- name: fix permission of /etc/logrotate.d/influxdb
|
||||
file:
|
||||
path: /etc/logrotate.d/influxdb
|
||||
mode: 0644
|
||||
|
||||
Reference in New Issue
Block a user