fix 🐛: Update Ubuntu storage template

The Ubuntu template's default storage has been changed from 'hdd8t' to 'local' to align with current best practices and simplify deployment. This change ensures the template utilizes local storage, reducing potential configuration complexities. This update improves the overall usability and consistency of the template.
This commit is contained in:
2025-12-10 17:33:01 +01:00
parent 14057130e6
commit d1c6c2bc99

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: "hdd8t"
proxmox_template_vm_ubuntu_storage: "local"
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: "hdd8t"
proxmox_template_vm_fedora_storage: "local"
proxmox_template_vm_fedora_name: fedora-40-template
proxmox_template_vm_fedora_memory: 4096
proxmox_template_vm_fedora_cores: 1