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"