telegraf: Initial version of role

This commit is contained in:
Timo Makinen 2023-05-20 18:40:40 +00:00
parent 1304afb5bf
commit f7d42c9a56
3 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: Restart telegraf
ansible.builtin.service:
name: telegraf
state: restarted