/ansible-role-virtualbox

Ansible role to install VirtualBox

Primary LanguageShellApache License 2.0Apache-2.0

Role Name

Installation of VirtualBox hypervisor.

Requirements

On Fedora, this is a quick script to ensure you have everything installed on your system:

#!/bin/bash

sudo dnf -y update
sudo dnf -y install python-pip python-devel libffi-devel openssl-devel gcc redhat-rpm-config sshpass python2 python2-dnf libselinux-python
sudo pip install --upgrade pip
sudo pip install --upgrade paramiko
sudo pip install --upgrade ansible
sudo pip install --upgrade boto

Role Variables

Dependencies

No dependencies.

Example Playbook

- hosts: servers
  roles:
      - { role: kurron.virtualbox, virtualbox_version: 5.1 }

License

This project is licensed under the Apache License Version 2.0, January 2004.

Author Information

Author's website.