Installs vagrant
None
See defaults/main.yml for a list and description of variables used in this role.
---
- hosts: all
roles:
- role: akostyrev.vagrant
vagrant_validate_certs: "{{ false if ansible_virtualization_type == 'docker' else true }}"
git clone https://github.com/akostyrev/ansible-role-vagrant.git akostyrev.vagrant
cd akostyrev.vagrant && make install
BSD
Aleksandr Kostyrev