fix 🐛: Update VM templates

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.
This commit is contained in:
2025-12-09 20:51:26 +01:00
parent e3414af675
commit 14057130e6

View File

@@ -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