added new zabbix role

This commit is contained in:
DerLinkman
2026-05-24 00:25:01 +02:00
parent cef71dcd1b
commit 6ede4604e1
14 changed files with 194 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
---
- name: Restart Zabbix Agent
ansible.builtin.systemd:
name: "{{ monitoring_zabbix_agent_service }}"
state: restarted
daemon_reload: yes