moved telegraf config for docker to docker role

This commit is contained in:
2025-11-27 16:56:10 +01:00
parent 245c7b4eb6
commit 2b733e3e11
4 changed files with 36 additions and 7 deletions

View File

@@ -31,4 +31,9 @@
- name: restart rsyslog
ansible.builtin.service:
name: rsyslog
state: restarted
state: restarted
- name: restart_telegraf
ansible.builtin.service:
name: "telegraf"
state: restarted