Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oefenweb/ansible-virtualbox

Ansible role to set up VirtualBox in Debian-like systems
https://github.com/oefenweb/ansible-virtualbox

ansible debian development ubuntu vagrant virtualbox virtualization

Last synced: about 1 month ago
JSON representation

Ansible role to set up VirtualBox in Debian-like systems

Awesome Lists containing this project

README

        

## virtualbox

[![CI](https://github.com/Oefenweb/ansible-virtualbox/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-virtualbox/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-virtualbox-blue.svg)](https://galaxy.ansible.com/Oefenweb/virtualbox/)

Set up [VirtualBox](https://www.virtualbox.org/) in Debian-like systems.

#### Requirements

* `software-properties-common` (will be installed)
* `dirmngr` (will be installed)

#### Variables

* `virtualbox_version` [default: `7.0`]: Version to install
* `virtualbox_install`: [default: `[]`]: Additional packages to install (e.g. `dkms`)

## Dependencies

None

#### Example

```yaml
---
- hosts: all
roles:
- oefenweb.virtualbox
```

#### License

MIT

#### Author Information

Mischa ter Smitten

#### Feedback, bug-reports, requests, ...

Are [welcome](https://github.com/Oefenweb/ansible-virtualbox/issues)!