Download and configure Zabbix-server with a local PostgreSQL database and PHP web frontend
Go to file
2024-10-23 19:00:22 -05:00
roles/zabbix_server [ADD] PHP-FPM configuration 2024-10-23 19:00:22 -05:00
local.yml [ADD] Initial version 2024-10-22 18:19:12 -05:00
README.md [DOC] Changes instructions on README 2024-10-23 23:19:22 +00:00

Ansible role that configures Zabbix Server in a server or container

To be used with Ansible-pull:

apt install ansible
ansible-pull --vault-password-file /root/.vault_pass.txt -U "https://gitea.agofer.net/jegomez/ansible-role-zabbix-server.git"

Based on Official Zabbix Server Role