[ci skip] add qemu-guest-agent to VM templates and enable agent by default

This commit is contained in:
Viktor Barzin 2026-03-01 01:58:46 +00:00
parent e22d81275b
commit cd5d76fb33
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 2 additions and 1 deletions

View file

@ -26,6 +26,7 @@ packages:
- gpg
- isc-dhcp-client
- cloud-guest-utils # to enable resizing of disk via growpart
- qemu-guest-agent
- nginx
# docker
- docker-ce

View file

@ -36,7 +36,7 @@ variable "ipconfig0" {
}
variable "agent" {
type = number
default = 0
default = 1
}
resource "proxmox_vm_qemu" "cloudinit-vm" {