Packer Example - Ubuntu 14.04 minimal Vagrant Box
DEPRECATED: This project is no longer maintained, and though the base box is still available on Vagrant Cloud/Atlas, it will not be updated anymore as of 2019. Ubuntu 14.04 no longer receives active support from Canonical, therefore any users still running this version should upgrade to a newer, supported Ubuntu release.
Current Ubuntu Version Used: 14.04.5
Pre-built Vagrant Box:
vagrant init geerlingguy/ubuntu1404- See older versions: http://files.midwesternmac.com/
This example build configuration installs and configures Ubuntu 14.04 x86_64 minimal using Ansible, and then generates a Vagrant box file for VirtualBox.
The example can be modified to use more Ansible roles, plays, and included playbooks to fully configure (or partially) configure a box file suitable for deployment for development environments.
Requirements
The following software must be installed/present on your local machine before you can use Packer to build the Vagrant box file:
- Packer
- Vagrant
- VirtualBox (if you want to build the VirtualBox box)
- Ansible
Usage
Make sure all the required software (listed above) is installed, then cd to the directory containing this README.md file, and run:
$ packer build -var 'version=1.2.0' ubuntu1404.json
After a few minutes, Packer should tell you the box was generated successfully, and the box was uploaded to Vagrant Cloud.
Note: This configuration includes a post-processor that pushes the built box to Vagrant Cloud (which requires a
VAGRANT_CLOUD_TOKENenvironment variable to be set); remove thevagrant-cloudpost-processor from the Packer template to build the box locally and not push it to Vagrant Cloud. You don't need to specify aversionvariable either, if not using thevagrant-cloudpost-processor.
Testing built boxes
There's an included Vagrantfile that allows quick testing of the built Vagrant boxes. From this same directory, run the following command after building the box:
$ vagrant up
License
MIT license.
Author Information
Created in 2014 by Jeff Geerling, author of Ansible for DevOps.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
