diff --git a/proxmox.tf b/proxmox.tf index 03f0e5d..3981b89 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -45,6 +45,16 @@ resource "proxmox_virtual_environment_file" "cloud_init_yaml" { list: | testeuser:testepassword expire: false + + package_update: true + packages: + - qemu-guest-agent + - net-tools + - curl + runcmd: + - systemctl enable qemu-guest-agent + - systemctl start qemu-guest-agent + - echo "done" > /tmp/cloud-config.done EOF } }