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

https://github.com/dvinciguerra/itamae-cookbooks

🍣 My personal itamae-kitchen/itamae cookbooks
https://github.com/dvinciguerra/itamae-cookbooks

cookbooks devops homelab infrastructure-as-code itamae recipes ssh

Last synced: 4 months ago
JSON representation

🍣 My personal itamae-kitchen/itamae cookbooks

Awesome Lists containing this project

README

          

# 🍣 itamae-cookbooks

This is my personal recipes to create some environments

## Running

See the commands bellow to run `itamae` recipes...

### itamae local

You can run the recipes locally...

```bash
itamae local custom_recipe.rb
```

### itamae ssh

And you also can run over ssh connection...

```bash
itamae ssh -i ~/.ssh/id_rsa -u username -h 10.0.0.10 -p 2222 custom_recipe.rb
```

## Author

Daniel Vinciguerra