Ansible role for installing virtualbox.
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
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.
No dependencies on other roles.
Variable | Description | Default Value |
---|---|---|
virtualbox_version |
Use a specific version of virtualbox, eg. 6.1 . |
6.1 |
Example playbook for installing the latest virtualbox version globally:
---
- hosts: workstation
become: true
roles:
- role: xanmanning.virtualbox