bootstrap-vz/bootstrapvz/plugins/vagrant
2015-05-02 12:16:00 +02:00
..
assets Fix #139. Adjust Debian OS type depending on architecture 2015-05-02 12:16:00 +02:00
__init__.py Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
manifest-schema.yml Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
README.rst Combine documentation from github wiki with sphinx 2015-04-11 16:40:44 +02:00
tasks.py Fix #139. Adjust Debian OS type depending on architecture 2015-05-02 12:16:00 +02:00

Vagrant
-------

Vagrant is a tool to quickly create virtualized environments. It uses
"boxes" to make downloading and sharing those environments easier. A box
is a tarball containing a virtual volumes accompanied by an `OVF
specification <http://en.wikipedia.org/wiki/Open_Virtualization_Format>`__
of the virtual machine.

This plugin creates a vagrant box that is ready to be shared or
deployed. At the moment it is only compatible with the VirtualBox
provider and doesn't requires any additional settings.