feat: initial commit

This commit is contained in:
Simon Cornet 2025-04-16 17:32:51 +02:00
commit 0830507cf7
20 changed files with 459 additions and 0 deletions

8
handlers/main.yaml Normal file
View file

@ -0,0 +1,8 @@
---
# zabbix agent
- name: "restart zabbix-agent"
ansible.builtin.service:
name: "zabbix-agent2"
enabled: true
state: "restarted"