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

@@ -1,4 +1,4 @@
resource "proxmox_vm_qemu" "cloudinit-test1" {
resource "proxmox_vm_qemu" "jumphost" {
name = "Jumphost"
desc = "A test for using terraform and cloudinit"
@@ -77,4 +77,5 @@ resource "proxmox_vm_qemu" "cloudinit-test1" {
ciuser = "clusteruser"
cipassword = "password"
ciupgrade = true
cicustom = "vendor=oldnasisos:snippets/qemu-guest-agent.yml"
}