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

11
tasks/install.yaml Normal file
View file

@ -0,0 +1,11 @@
---
# install zabbix-web-server
- name: "install zabbix-web-server"
ansible.builtin.apt:
name: "{{ item }}"
state: "present"
update_cache: true
with_items:
- "zabbix-frontend-php"
- "zabbix-apache-conf"