mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-28 08:02:33 +00:00
Update proxmox.tf
This commit is contained in:
@ -80,6 +80,12 @@ initialization {
|
|||||||
password = "testepassword"
|
password = "testepassword"
|
||||||
username = "testeuser"
|
username = "testeuser"
|
||||||
}
|
}
|
||||||
|
bootcmd = [
|
||||||
|
"apt-get update",
|
||||||
|
"apt-get install -y qemu-guest-agent",
|
||||||
|
"systemctl enable qemu-guest-agent",
|
||||||
|
"systemctl start qemu-guest-agent"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user