Install vagrant with Ansible
git clone https://github.com/jdauphant/ansible-role-vagrant.git
ansible-playbook -i "localhost," --ask-sudo-pass --connection=local installation.yml
---
- hosts: all
roles:
- vagrant
---
- hosts: all
roles:
- role: vagrant
vagrant_version: "1.6.3"
---
- hosts: all
roles:
- role: vagrant
vagrant_virtualbox_install: True
vagrant_virtualbox_ver: "virtualbox-5.1"