No description
defaults | ||
handlers | ||
Playbooks | ||
tasks | ||
templates | ||
.gitignore | ||
LICENSE | ||
README.MD | ||
Vagrantfile |
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