zabbix-ansible

Setting up zabbix server using by Ansible.

Requirements

  • Ansible
  • VirtualBox
  • Vagrant 1.5+

Usage

production

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.

local vagrant

Run ansible playbook.

$ vagrant up
$ vagrant provision

Login.