kurron.virtualbox

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.

About

Oracle's VirtulBox hypervisor.

Install
ansible-galaxy install kurron.virtualbox
GitHub repository
License
apache-2.0
Downloads
140
Owner
Software engineer with many years of JVM, cloud and container development experience.