Greetings all. Apologies if this is not the correct place to post this but I wasn’t able to find anything related to this.
So I have recently began playing with Ansible and I am trying to build some VMs in Vmware Sphere using the Ansible module. However I can’t seem to be able to attach the CD rom to the VM with VMware. Below is the error I receive along with the syntax of my playbook. Any assistance would be much appreciated.
My error:
PLAY [all] ********************************************************************
TASK: [vsphere_guest ] ********************************************************
failed: [EXAMPLE-Web01] => {“failed”: true}
msg: unsupported parameter for module: vm_cdrom
FATAL: all hosts have already failed – aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/home/ansible/create_vm.retry
EXAMPLE-Web01 : ok=0 changed=0 unreachable=0 failed=1