added systemd-limits for telegraf

This commit is contained in:
2025-11-26 16:17:40 +01:00
parent 448f22b422
commit 5931809aea
3 changed files with 25 additions and 3 deletions

View File

@@ -1,9 +1,13 @@
- name: reload_systemd
systemd:
daemon_reload: yes
- name: restart_snmpd
service:
ansible.builtin.service:
name: "snmpd"
state: restarted
- name: restart_telegraf
service:
ansible.builtin.service:
name: "telegraf"
state: restarted
state: restarted