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