Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/express42/packer-definitions
- Owner: express42
- Created: 2014-09-25T13:25:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T06:23:08.000Z (over 7 years ago)
- Last Synced: 2023-04-10T16:34:30.949Z (over 1 year ago)
- Topics: aws, hashicorp, packer, selectel, vagrant
- Language: Batchfile
- Size: 36.1 KB
- Stars: 2
- Watchers: 23
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```