Disable Cloud-init updates on boot to prevent loopdevice out of storage
This commit is contained in:
parent
528f2fc775
commit
ccfce65673
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user