Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 784 Bytes

File metadata and controls

61 lines (38 loc) · 784 Bytes

ansible-role-vagrant

Build Status

Ansible role to install Vagrant.

Requirements

None

Role Variables

Available variables are listed below, along with default values:

vagrant_version: 1.8.1

Dependencies

None

Example Playbook

Install Vagrant version 1.8.1:

- hosts: server
  roles:
     - vaulttec.vagrant

Install Vagrant version 1.8.0:

- hosts: server
  roles:
     - { role: vaulttec.vagrant, vagrant_version: 1.8.0 }

Testing

cd tests && vagrant up

License

MIT