No description
  • Go 93.2%
  • Makefile 6.8%
Find a file
2025-02-02 16:24:34 +01:00
cmd small fixes 2025-02-02 16:24:34 +01:00
config Change over to using configs, switch over to using SSH lib to run remote and fix some issues 2025-01-31 20:50:18 +01:00
util Bugfix: Remove call & function with hardcoded creds 2025-02-01 21:19:50 +01:00
.gitignore Initial commit 2025-01-26 22:51:48 +01:00
example-container.yml Change over to using configs, switch over to using SSH lib to run remote and fix some issues 2025-01-31 20:50:18 +01:00
example-vm.yml Change over to using configs, switch over to using SSH lib to run remote and fix some issues 2025-01-31 20:50:18 +01:00
go.mod refactor for git url 2025-02-01 13:29:00 +01:00
go.sum refactor for git url 2025-02-01 13:29:00 +01:00
LICENSE Initial commit 2025-01-26 22:51:48 +01:00
main.go Typo 2025-02-01 13:12:53 +01:00
Makefile Change over to using configs, switch over to using SSH lib to run remote and fix some issues 2025-01-31 20:50:18 +01:00
README.md install instructions fixed 2025-02-01 13:42:58 +01:00
tempeh-logo.png New logo (transparent) 2025-01-26 22:59:30 +01:00

Logo

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