Here is some packer configurations
Packer is easy to use and automates the creation of any type of machine image.
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
Create a Debian wheezy vagrant box. Here is the details:
- Debian in French
- No root user
- User sudoer
vagrant
passwordvagrant
- 1024 memory and 2 CPU by default
packer build debian_wheezy.json
Available options:
name
: defaultzol-debian-wheezy
-> will produce zol-debian-wheezy.boxcompression_level
: default5
(1 to 9)disk_size
: default40000
(40GB)hostname
defaultzol
domain
: defaultzol
Licensed under the MIT License