Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ansible role to install Vagrant

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages