From 14057130e69857bb44cbdbc797823c3ae08e3ff9 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 9 Dec 2025 20:51:26 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Update=20VM=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the VM templates used during the creation process. Specifically, the 'vm-01' template is changed from 5000 to 9412, and 'vm-02' from 5500 to 9413. These changes likely reflect updated base images or configurations for the virtual machines. --- tasks/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/testing.yml b/tasks/testing.yml index 7ce00fd..5e5e231 100644 --- a/tasks/testing.yml +++ b/tasks/testing.yml @@ -91,7 +91,7 @@ # VMs to be created create_proxmox_vms_list: - name: vm-01 - template: 5000 + template: 9412 vmid: 1000 memory: 8192 cores: 2 @@ -110,7 +110,7 @@ - name: vm-02 vmid: 1001 - template: 5500 + template: 9413 memory: 4096 cores: 1 node: node0 # The hostname of the node that the VM will be created on