Skip to content

vmadman/sysops-packer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luke's Packer Templates

This repository contains my personal Packer templates, which are used to build various images (e.g. Vagrant Images) across my projects. ( Read More ).

Basic Usage

I publish all of my Vagrant boxes to the Vagrant Cloud and you are welcomed to use them for your own projects.

Adding one of my boxes to Vagrant

$ vagrant box add vmadman/centos-7.3

Using one of my boxes in a Vagrantfile

Vagrant.configure("2") do |config|
  config.vm.box = "vmadman/centos-7.3"
end

Documentation

  1. About - Basic project information.
  2. Usage - Information about using my Vagrant boxes
  3. Building - Information about building these Packer Templates.
  4. Contributing - How to contribute to this repo.

License