aeimer / ansible-role-install-virtualbox-vagrant

Ansible role to install VirtualBox and Vagrant

Repository from Github https://github.comaeimer/ansible-role-install-virtualbox-vagrantRepository from Github https://github.comaeimer/ansible-role-install-virtualbox-vagrant

Build Status Ansible Galaxy

Ansible playbook to install Virtualbox and Vagrant

Ansible Galaxy page: https://galaxy.ansible.com/aeimer/install-virtualbox-vagrant/

Variables

Name Default Value Description
virtualbox_version 5.1 Sets the version number which should be installed
virtualbox_apt_key_url ... The url of the VB apt key
virtualbox_apt_key_url_old ... The url of the VB apt key for older OS's
virtualbox_apt_repo_url ... The url of the VB repository
virtualbox_users [] An Array of usernames which should be added to the VB-Group
vagrant_version 1.9.8 Sets the version number which should be installed
vagrant_deb_url ... The url to download the debian package
vagrant_deb_sha_url ... The url to download the sha256 of the debain package

Example Playbook

- hosts: localhost
  roles:
    - aeimer.install-virtualbox-vagrant

About

Ansible role to install VirtualBox and Vagrant

License:MIT License