add playbook

This commit is contained in:
Benedikt Penner
2026-03-14 20:43:35 +01:00
parent 6d479e5934
commit 6820ba29c3
7 changed files with 76 additions and 3 deletions

View File

@@ -5,6 +5,10 @@ terraform {
source = "telmate/proxmox"
version = "3.0.2-rc07"
}
local = {
source = "hashicorp/local"
version = "2.7.0"
}
}
}