fix 🐛: Update ubuntu storage to local-lvm

This commit changes the default storage type for Ubuntu templates from 'local' to 'local-lvm'. This adjustment aligns with best practices for Ubuntu template deployments, providing a more robust and isolated storage environment for the virtual machine images.
This commit is contained in:
2025-12-10 17:35:00 +01:00
parent d1c6c2bc99
commit c095c92eeb

View File

@@ -56,7 +56,7 @@
proxmox_template_vm_proxmox_api_token_secret: "{{ proxmox_api_token_secret }}" # From Ansible vault
# Optional customizations for ubuntu
proxmox_template_vm_ubuntu_storage: "local"
proxmox_template_vm_ubuntu_storage: "local-lvm"
proxmox_template_vm_ubuntu_name: ubuntu-2204-template
proxmox_template_vm_ubuntu_memory: 4096
proxmox_template_vm_ubuntu_cores: 1
@@ -67,7 +67,7 @@
proxmox_template_vm_ubuntu_vlan: 50
# Optional customizations for fedora
proxmox_template_vm_fedora_storage: "local"
proxmox_template_vm_fedora_storage: "local-lvm"
proxmox_template_vm_fedora_name: fedora-40-template
proxmox_template_vm_fedora_memory: 4096
proxmox_template_vm_fedora_cores: 1