Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rosylilly/packer-provisioner-itamae

packer-provisioner-itamae is a Packer plugin for Itamae
https://github.com/rosylilly/packer-provisioner-itamae

Last synced: 5 days ago
JSON representation

packer-provisioner-itamae is a Packer plugin for Itamae

Awesome Lists containing this project

README

        

# packer-provisioner-itamae

packer-provisioner-itamae is a [Packer](http://www.packer.io/) plugin for [Itamae](https://github.com/ryotarai/itamae)

## Basic Example

The example below is fully functional.

```json
{
"type": "itamae",
"recipes": ["recipe.rb"]
}
```

## Configuration References

The reference of available configuration options is listed below.

Required:

- `recipes` (string) - The recipe file to be executed by itamae. This file must exist on your local system.

Optional:

- `command` (string) - The command to invoke itamae. Default to "itamae".