Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 586 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 586 Bytes

Intro

This project creates an Ubuntu 16.04.1 LTS 64-bit Vagrant box which is ready to provision with Ansible.

Setup

Create a VirtualBox VM. Use the defaults except for the following.

  • Name: xenial64
  • 512Mb RAM
  • 40Gb VMDK

Install Ubuntu 16.04.1 LTS 64-bits. Use the defaults except for the following.

  • User: vagrant
  • Password: vagrant

Log in and run the following.

sudo -i
wget -O - http://bit.ly/2dANLtM | bash
history -c
init 0

On the host run the following.

vagrant package --base xenial64

Upload package.box to https://atlas.hashicorp.com/.