From 49286c0375915e619f5e9468dbbf7fbdb9e06c0d Mon Sep 17 00:00:00 2001 From: Ronald Date: Sun, 7 Jul 2024 12:32:09 +0100 Subject: [PATCH] Add create_vm_proxmox_scsi variable This variable allows the user to specify SCSI disks that they would like to be created. Allows them to specify a size, where the drive should live and the format of the drive. --- tasks/proxmox.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/proxmox.yml b/tasks/proxmox.yml index 6f172b9..0c44676 100644 --- a/tasks/proxmox.yml +++ b/tasks/proxmox.yml @@ -47,6 +47,7 @@ vcpus: "{{ create_vm_proxmox_numb_cpus | default(omit) }}" cores: "{{ create_vm_proxmox_numb_cores | default(omit) }}" memory: "{{ create_vm_proxmox_memory_mb | default(omit) }}" + scsi: "{{ create_vm_proxmox_scsi | default(omit) }}" virtio: "{{ create_vm_proxmox_virtio_disks | default(omit) }}" net: "{{ create_vm_proxmox_net | default(omit) }}" when: