From ccfce65673ace81cfdbe79d7081c676f741c9188 Mon Sep 17 00:00:00 2001 From: Sandwich Date: Tue, 29 Oct 2024 12:59:50 +0100 Subject: [PATCH] Disable Cloud-init updates on boot to prevent loopdevice out of storage --- roles/virtualization/tasks/proxmox.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/virtualization/tasks/proxmox.yml b/roles/virtualization/tasks/proxmox.yml index 3762ee4..62ca711 100644 --- a/roles/virtualization/tasks/proxmox.yml +++ b/roles/virtualization/tasks/proxmox.yml @@ -7,6 +7,7 @@ api_password: "{{ hypervisor_password }}" ciuser: "{{ user_name }}" cipassword: "{{ user_password }}" + ciupgrade: false node: "{{ hypervisor_node }}" # Proxmox node name vmid: "{{ vm_id }}" # Unique ID for the VM name: "{{ hostname }}" # Name of the VM