There was an error while loading. Please reload this page.
Download Vagrant:
wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.2_x86_64.deb
Install Vagrant with this command:
sudo dpkg -i vagrant_1.7.2_x86_64.deb`
Do the following only on Intel-based machines, when you need to have a proxy:
sudo apt-get install libffi-dev sudo apt-get install build-essential vagrant plugin install vagrant-proxyconf
Install the plugin for LXC:
vagrant plugin install vagrant-lxc`
Install LXC itself:
sudo apt-get install lxc`
Install Ansible:
sudo apt-add-repository ppa:ansible/ansible sudo apt-get update -qq sudo apt-get install ansible
Clone the platform-ansible repository
platform-ansible
vagrant destroy zabbix-server
vagrant up zabbix-server
vagrant provision zabbix-server
vagrant ssh zabbix-server