No description
- Go 93.2%
- Makefile 6.8%
| cmd | ||
| config | ||
| util | ||
| .gitignore | ||
| example-container.yml | ||
| example-vm.yml | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| Makefile | ||
| README.md | ||
| tempeh-logo.png | ||
Notice: This project is in active development and NOT yet ready from prime time !
Tempeh
Inspired by OpenTofu and similar tools i wanted to automate the process of my Proxmox VM's. this started as a set of bash scripts but evolved to this.
Usage
See makefile for examples
Installation
Make sure you have Go >=1.18
go install git.sacredheart.it/xantios/tempeh@latest
Tempeh Files
see example-container.yml for container and example-vm.yml for a VM.
run these example by running
tp create-container --config=example-container.yml
tp create-vm --config=example-vm.yml