Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 872 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 872 Bytes

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