https://github.com/pyratlabs/ansible-role-virtualbox
Ansible role to install Virtualbox on Linux x86_64
https://github.com/pyratlabs/ansible-role-virtualbox
ansible ansible-role development development-environment virtualbox virtualization
Last synced: 3 months ago
JSON representation
Ansible role to install Virtualbox on Linux x86_64
- Host: GitHub
- URL: https://github.com/pyratlabs/ansible-role-virtualbox
- Owner: PyratLabs
- License: bsd-3-clause
- Created: 2019-12-30T18:03:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T08:19:34.000Z (about 6 years ago)
- Last Synced: 2025-01-04T20:46:49.701Z (over 1 year ago)
- Topics: ansible, ansible-role, development, development-environment, virtualbox, virtualization
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ansible Role: virtualbox
Ansible role for installing virtualbox.
[](https://www.travis-ci.org/PyratLabs/ansible-role-virtualbox)
## Requirements
This role has been tested on Ansible 2.7.0+ against the following Linux Distributions:
- CentOS 8
- CentOS 7
- Debian 10
- SUSE/openSUSE 15.0
- Ubuntu 18.04 LTS
## Disclaimer
If you have any problems please create a GitHub issue, I maintain this role in
my spare time so I cannot promise a speedy fix delivery.
## Dependencies
No dependencies on other roles.
## Role Variables
| Variable | Description | Default Value |
|----------------------|--------------------------------------------------|---------------|
| `virtualbox_version` | Use a specific version of virtualbox, eg. `6.1`. | `6.1` |
## Example Playbook
Example playbook for installing the latest virtualbox version globally:
```yaml
---
- hosts: workstation
become: true
roles:
- role: xanmanning.virtualbox
```
## License
[BSD 3-clause](LICENSE.txt)
## Author Information
[Xan Manning](https://xanmanning.co.uk/)