Icinga2 Ansible example on Vagrant

Icinga published some Ansible examples on their github, but I didn't find them very useful. It's most of the time only a basic installation and you still have to execute manual steps to finish the installation.

So I spent some time to automate the full installation of an Icinga2 master, the Icinga classic ui and Icingaweb2. The playbook also installs Icinga2 on another "monitored" boxs and configures it in the master. I really like Icinga and thought it was a good opportunity to share something with the community, so I cleaned up the code and pushed it to github: icinga2-ansible-vagrant. Feel free to try or to reuse the code if you want to deploy Icinga2. Questions, comments, pull request etc welcome. :)