Skip to content

An Ansible role that installs VirtualBox Guest Additions on a virtual machine.

License

Notifications You must be signed in to change notification settings

ezamriy/ansible-role-vbox_guest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An Ansible role that installs VirtualBox Guest Additions on a virtual machine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published