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
- Host: GitHub
- URL: https://github.com/dvinciguerra/itamae-cookbooks
- Owner: dvinciguerra
- License: mit
- Created: 2020-08-21T21:02:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T22:43:18.000Z (over 2 years ago)
- Last Synced: 2025-08-02T05:30:43.051Z (4 months ago)
- Topics: cookbooks, devops, homelab, infrastructure-as-code, itamae, recipes, ssh
- Language: Ruby
- Homepage:
- Size: 50.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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