Add monitoring role and playbook for zabbix agent2 (incl. docker config)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Restart Zabbix Agent
|
||||
ansible.builtin.systemd:
|
||||
name: "{{ monitoring_zabbix_agent_service }}"
|
||||
state: restarted
|
||||
daemon_reload: yes
|
||||
Reference in New Issue
Block a user