Skip to content

elucas/vagrantbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrantbox

Provisions an Ubuntu 12.04 VM on VirtualBox in under 1 minute.

Prerequisites

  • VirtualBox

    • Install Virtualbox

    • Add a host-only network in subnet 192.168.15.0/24

      Preferences->Network->Add host-only network->IPv4 Address 192.168.15.1

  • Vagrant

Get Vagrantbox

git clone git@github.com:jonatanblue/vagrantbox.git
cd vagrantbox 
vagrant up
echo “192.168.15.101 vagrantbox” | sudo tee -a /etc/hosts
SSH access
vagrant ssh 

About

Self-contained VM that configures itself using Vagrant and Ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors