Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/express42/packer-definitions


https://github.com/express42/packer-definitions

aws hashicorp packer selectel vagrant

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# packer-definitions

### How to build:

`packer build ubuntu-16.04-amd64.json`

You can build box for only one provisioner packer

```
packer build -only=virtualbox ubuntu-16.04-amd64.json
packer build -only=parallels ubuntu-16.04-amd64.json
```

### Add box to local vagrant environment

```
vagrant box add --name "express42/win2012r2-chef" ../builds/virtualbox/win2012r2-chef.box
or
vagrant box add --name "express42/ubuntu-16.04" ../builds/virtualbox/express42-ubuntu-16.04_chef-latest.box
```