Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.