feat: initial commit

This commit is contained in:
Simon Cornet 2025-06-06 17:53:55 +02:00
commit 8cee41cfa8
16 changed files with 328 additions and 0 deletions

8
handlers/main.yaml Normal file
View file

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