diff --git a/tasks/testing.yml b/tasks/testing.yml index 07d2f45..3871d93 100644 --- a/tasks/testing.yml +++ b/tasks/testing.yml @@ -64,7 +64,6 @@ 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 - # Optional customizations for debian proxmox_template_vm_debian_name: debian-template proxmox_template_vm_debian_memory: 2048 @@ -89,10 +88,10 @@ # VMs to be created create_proxmox_vms_list: - - name: vm-01 + - name: dc template: 9412 vmid: 1000 - memory: 8192 + memory: 2048 cores: 2 node: node0 # The hostname of the node that the VM will be created on ciuser: "{{ ciuser }}"