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: 7 months ago
JSON representation
Ansible role to set up VirtualBox in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-virtualbox
- Owner: Oefenweb
- License: mit
- Created: 2015-07-13T09:21:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T13:01:57.000Z (over 1 year ago)
- Last Synced: 2024-11-05T14:18:17.021Z (over 1 year ago)
- Topics: ansible, debian, development, ubuntu, vagrant, virtualbox, virtualization
- Language: Dockerfile
- Size: 103 KB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## virtualbox
[](https://github.com/Oefenweb/ansible-virtualbox/actions?query=workflow%3ACI)
[](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)
* `apt-transport-https` (will be installed)
* `wget` (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)!