Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packer configurations

Here is some packer configurations

Packer?

Packer is easy to use and automates the creation of any type of machine image.

http://www.packer.io/

http://www.packer.io/docs/installation.html

In each packer command you can use options like this:

packer build -var 'name=zol' -var 'disk_size=100000' conf.json

Vagrant boxes

Virtualbox

Debian wheezy

Create a Debian wheezy vagrant box. Here is the details:

  • Debian in French
  • No root user
  • User sudoer vagrant password vagrant
  • 1024 memory and 2 CPU by default
packer build debian_wheezy.json

Available options:

  • name: default zol-debian-wheezy -> will produce zol-debian-wheezy.box
  • compression_level: default 5 (1 to 9)
  • disk_size: default 40000 (40GB)
  • hostname default zol
  • domain: default zol

License

Licensed under the MIT License

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

15 watching

Forks

Releases

Packages

Contributors

Languages