fix 🐛: Adjust VM memory for 'dc' template

This commit updates the VM memory allocation specifically for the 'dc' template, resolving an issue where memory was misconfigured. It also removes the outdated 'vm-01' entry, streamlining the configuration and ensuring optimal performance.
This commit is contained in:
2025-12-12 20:15:39 +01:00
parent 8289e73119
commit f954fd25b3

View File

@@ -64,7 +64,6 @@
proxmox_template_vm_proxmox_api_token_id: "{{ proxmox_api_token_id }}" # From Ansible vault proxmox_template_vm_proxmox_api_token_id: "{{ proxmox_api_token_id }}" # From Ansible vault
proxmox_template_vm_proxmox_api_token_secret: "{{ proxmox_api_token_secret }}" # From Ansible vault proxmox_template_vm_proxmox_api_token_secret: "{{ proxmox_api_token_secret }}" # From Ansible vault
# Optional customizations for debian # Optional customizations for debian
proxmox_template_vm_debian_name: debian-template proxmox_template_vm_debian_name: debian-template
proxmox_template_vm_debian_memory: 2048 proxmox_template_vm_debian_memory: 2048
@@ -89,10 +88,10 @@
# VMs to be created # VMs to be created
create_proxmox_vms_list: create_proxmox_vms_list:
- name: vm-01 - name: dc
template: 9412 template: 9412
vmid: 1000 vmid: 1000
memory: 8192 memory: 2048
cores: 2 cores: 2
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
ciuser: "{{ ciuser }}" ciuser: "{{ ciuser }}"