An Ansible role that installs VirtualBox Guest Additions on a virtual machine.
The role variables and their default values are listed below:
vbox_additions_iso_path: '/home/vagrant/VBoxGuestAdditions.iso'
- path to a VirtualBox Guest Additions ISO on a VM.
---
- hosts: all
roles:
- { role: ezamriy.vbox-guest,
vbox_additions_iso_path: '/root/VBoxGuestAdditions.iso' }
The role uses Molecule for
tests. After installing VirtualBox,
Vagrant and dependencies from the
requirements.txt
file you will be able to run tests with the following
command:
$ molecule test
MIT