From d1c6c2bc99b86a2a41fc85a76476456d02021c15 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 10 Dec 2025 17:33:01 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Update=20Ubuntu=20storage?= =?UTF-8?q?=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- tasks/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/testing.yml b/tasks/testing.yml index 5e5e231..39dbb5f 100644 --- a/tasks/testing.yml +++ b/tasks/testing.yml @@ -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