Setting up zabbix server using by Ansible.
- Ansible
- VirtualBox
- Vagrant 1.5+
First of all, install CentOS 6.x to the server.
Create Ansible inventory file.
$ ${EDITOR} production/inventory
[default]
zabbix.example.com ansible_ssh_user=admin
Run ansible playbook.
$ ansible-playbook -i production/inventory site.yml
Login.
- http://zabbix.example.com/
(Admin / zabbix)
Run ansible playbook.
$ vagrant up
$ vagrant provision
Login.
- http://10.200.19.33/
(Admin / zabbix)