An open API service indexing awesome lists of open source software.

https://github.com/kost/ansible-galaxy.ubuntu.virtualbox

Ansible Galaxy role for installing VirtualBox on Ubuntu
https://github.com/kost/ansible-galaxy.ubuntu.virtualbox

Last synced: about 1 month ago
JSON representation

Ansible Galaxy role for installing VirtualBox on Ubuntu

Awesome Lists containing this project

README

        

## virtualbox

[![Platforms](http://img.shields.io/badge/platforms-ubuntu-lightgrey.svg?style=flat)](#)

### Role variables

List of default variables available in the inventory:

```yaml
---
virtualbox_version: 4.3
virtualbox_package_name: virtualbox-{{ virtualbox_version }}
virtualbox_dkms_enable: no
virtualbox_dkms_package_name: virtualbox-dkms
```

***

README generated by [Ansigenome](https://github.com/nickjj/ansigenome/).