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

11
tasks/config.yaml Normal file
View file

@ -0,0 +1,11 @@
---
# config server
- name: "config server"
ansible.builtin.template:
src: "templates/zabbix/server/zabbix_server.conf.j2"
dest: "/etc/zabbix/zabbix_server.conf"
owner: "root"
group: "root"
mode: "0664"
notify: "restart zabbix-server"