/virtualbox-formula

A salt formula to install oracle virtual box with phpvirtualbox.

Primary LanguagePHPOtherNOASSERTION

virtualbox

Install virtualbox and phpvirtualbox for home use.

Note

See the full Salt Formulas installation and usage instructions.

Available states

virtualbox

Install virtualbox package from oracle.

Note

The first run of this state will probably take a long time. The apt download of the package is often slow.

virtualbox.webservice

Activate the virtualbox webservice. This state creates a user which will run the webservice daemon and configure it. Virtual boxes will be created in the home directory of the former user.

virtualbox.extpack

Download and install the current Oracle VM VirtualBox Extension Pack.

Note

The Extension Pack is not licensed under the GPL2! The VirtualBox Personal Use and Evaluation License (PUEL) applies to it, see https://www.virtualbox.org/wiki/VirtualBox_PUEL and https://www.virtualbox.org/wiki/Licensing_FAQ for more information.

virtualbox.phpvirtualbox

Download and install the latest phpvirtualbox. Apache will serve the webinterface under http://ip/phpvirtualbox.

TODO

  • make default values in map.jinja overwritable with pillar data