Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jasonwalsh/image-template-repository

GitHub template repository for scaffolding Packer and Kitchen projects
https://github.com/jasonwalsh/image-template-repository

amazon-machine-image compliance inspec kitchen-ec2 packer

Last synced: 20 days ago
JSON representation

GitHub template repository for scaffolding Packer and Kitchen projects

Awesome Lists containing this project

README

        

## Contents

- [Purpose](#purpose)
- [Structure](#structure)
- [Usage](#usage)
- [License](#license)

## Purpose

This repository is a GitHub [template](https://help.github.com/en/articles/creating-a-repository-from-a-template) repository.

## Structure

```
.
├── Gemfile
├── Gemfile.lock
├── LICENSE
├── README.md
├── chefignore
├── docker-compose.yml
├── dockerfiles
│   ├── kitchen
│   │   └── Dockerfile
│   └── packer
│   └── Dockerfile
├── kitchen.yml
├── roles
│   ├── README.md
│   └── common
│   └── tasks
│   └── main.yml
├── template.json
└── test
└── integration
└── default
├── default.rb
├── default.yml
└── inspec.lock

9 directories, 15 files
```

## Usage

$ docker-compose up

## License

[MIT License](LICENSE)