vbox_guest
vbox-guest
An Ansible role that installs VirtualBox Guest Additions on a virtual machine.
Role Variables
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.
Example Playbook
---
- hosts: all
roles:
- { role: ezamriy.vbox-guest,
vbox_additions_iso_path: '/root/VBoxGuestAdditions.iso' }
Development
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
License
MIT
Authors
Install
ansible-galaxy install ezamriy/ansible-role-vbox_guest
License
mit
Downloads
3324
Owner
Chief product architect at Softline, AlmaLinux OS co-founder and core developer.