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:
@@ -91,7 +91,7 @@
|
|||||||
# VMs to be created
|
# VMs to be created
|
||||||
create_proxmox_vms_list:
|
create_proxmox_vms_list:
|
||||||
- name: vm-01
|
- name: vm-01
|
||||||
template: 5000
|
template: 9412
|
||||||
vmid: 1000
|
vmid: 1000
|
||||||
memory: 8192
|
memory: 8192
|
||||||
cores: 2
|
cores: 2
|
||||||
@@ -110,7 +110,7 @@
|
|||||||
|
|
||||||
- name: vm-02
|
- name: vm-02
|
||||||
vmid: 1001
|
vmid: 1001
|
||||||
template: 5500
|
template: 9413
|
||||||
memory: 4096
|
memory: 4096
|
||||||
cores: 1
|
cores: 1
|
||||||
node: node0 # The hostname of the node that the VM will be created on
|
node: node0 # The hostname of the node that the VM will be created on
|
||||||
|
|||||||
Reference in New Issue
Block a user