feat: initial commit

This commit is contained in:
Simon Cornet 2025-06-06 18:23:44 +02:00
commit f7e873865b
16 changed files with 273 additions and 0 deletions

9
tasks/main.yaml Normal file
View file

@ -0,0 +1,9 @@
---
# zabbix-web-server install
- name: "zabbix-web-server install"
ansible.builtin.import_tasks: "install.yaml"
# zabbix-web-server config
- name: "zabbix-web-server config"
ansible.builtin.import_tasks: "config.yaml"