Go to file
2023-05-12 01:23:55 +02:00
defaults updated role to zabbix 6.4 2023-05-09 00:13:59 +02:00
handlers updated role to zabbix 6.4 2023-05-09 00:13:59 +02:00
Playbooks first commit 2023-02-05 11:48:17 +01:00
tasks updated role to zabbix 6.4 2023-05-09 00:13:59 +02:00
templates added mariadb and postgres user parameters 2023-05-12 01:23:55 +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 first commit 2023-02-05 11:48:17 +01:00
Vagrantfile first commit 2023-02-05 11:48:17 +01: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 The default login credentials for Zabbix are: Username: Admin Password: zabbix

TODO

  • obviously better Readme file
  • Find better way that zabbix_installed: 'false' and zabbix_proxy_installed: 'false'

CHANGELOG

  • 15.01.2021 - Make it ready for public release
    • Create readme file
    • Create Playbook
    • Create Vagrantfile