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
- Host: GitHub
- URL: https://github.com/kost/ansible-galaxy.ubuntu.virtualbox
- Owner: kost
- License: bsd-3-clause
- Created: 2014-05-04T02:54:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T15:27:34.000Z (about 6 years ago)
- Last Synced: 2025-03-26T04:42:43.506Z (about 2 months ago)
- Size: 20.5 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## virtualbox
[](#)
### 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/).