/ansible-play-elkhowto

Ansible Play for the HowTo available at: https://www.digitalocean.com/community/tutorials/how-to-install-elasticsearch-logstash-and-kibana-4-on-ubuntu-14-04

ansible-play-elkhowto

Ansible Play based on the HowTo available at Digitalocean by [Mitchell Anicas] (https://twitter.com/thisismitch).

The Vagrantfile requires a debian78 box which can be added like this:

$ vagrant box add deb/wheezy-amd64

After fetching the image simply start up the machines and start the provisioning

$ vagrant up
$ ansible-playbook -i staging playbook.yml -v

You should then be able to access your fresh Kibana dashboard on the ELK machine.