Go to file
2023-08-01 22:46:03 +02:00
defaults bump to v6, do some clean up, fix vars, add some 2023-08-01 21:42:45 +02:00
handlers add handlers for nginx 2023-08-01 21:40:50 +02:00
Playbooks remove unnecessary roles 2023-08-01 21:41:16 +02:00
tasks just typo 2023-08-01 22:46:03 +02:00
templates add php-fpm template in case we need to adjust it 2023-08-01 21:48:19 +02:00
.gitignore first commit 2023-02-05 11:48:17 +01:00
LICENSE first commit 2023-02-05 11:48:17 +01:00
README.MD update readme informations 2023-08-01 21:40:11 +02:00
Vagrantfile bump vagrant to debian 11 2023-08-01 21:40:22 +02:00

Zabbix - Ansible Role

This role deploys, configures and updates Zabbix. You can deploy test instance using Vagrantfile attached to the role.

vagrant up ansible-playbook -b Playbooks/zabbix.yml

Then you can access Zabbix from your computer on http://192.168.33.27:8080

The default login credentials for Zabbix are:

  • Username: Admin
  • Password: zabbix

⚠️ If mariadb is deployed on a different server than zabbix, then you have to do mysql> set global log_bin_trust_function_creators = 1; on your mariadb server, then deploy this role, and set it back to mysql> set global log_bin_trust_function_creators = 0;

TODO

  • Find better way than zabbix_proxy_installed: 'false' (01.08.23: it not needed anymore, but needs more tests)

CHANGELOG

  • 15.01.2021 - Make it ready for public release
    • Create readme file
    • Create Playbook
    • Create Vagrantfile
  • 01.08.23 - Fix role issues and update to v6.0