Go to file
meaz 937e01d15f
add new parameters and remove old ones
2023-08-04 08:00:26 +02:00
Playbooks first commit 2023-02-05 11:48:17 +01:00
defaults first commit 2023-02-05 11:48:17 +01:00
handlers first commit 2023-02-05 11:48:17 +01:00
tasks first commit 2023-02-05 11:48:17 +01:00
templates add new parameters and remove old ones 2023-08-04 08:00:26 +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

README.MD

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