https://github.com/8parth/ruby-packer-templates
Packer Template that sets up ruby with specified version.
https://github.com/8parth/ruby-packer-templates
aws-ami packer-template ruby
Last synced: 19 days ago
JSON representation
Packer Template that sets up ruby with specified version.
- Host: GitHub
- URL: https://github.com/8parth/ruby-packer-templates
- Owner: 8parth
- License: mit
- Created: 2018-08-11T10:41:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T12:03:11.000Z (almost 8 years ago)
- Last Synced: 2025-09-08T04:47:03.487Z (10 months ago)
- Topics: aws-ami, packer-template, ruby
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Packer Ruby Template
- Creates AMI with Git, Nginx, Rbenv and Ruby.
- The Ruby version can be specified in `variables.json`.
## Usage:
```bash
packer build -var-file=variables.json template.json | tee output/packer_output.txt
```
Additionally, run `build_ami.sh` to outpur packer ami id in a tfvars file. Which can be feeded to terraform.