Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T12:03:11.000Z (over 6 years ago)
- Last Synced: 2024-07-16T06:52:16.014Z (4 months ago)
- Topics: aws-ami, packer-template, ruby
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- 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.