Hello Team,
I need to automate my IBM V7000 Storage system and run commands on the same.
On google i found there is a module from Ansible collection:
Ansible Collection - ibm.spectrum_virtualize
I downloaded it but i am not sure where to install it. As per the instructions i installed it under python module and module-utils under this path.
/usr/lib/python2.7/site-packages/ansible/modules/storage/ibm where existing packages are kept but still when i run the playbook it gives this error.
TASK [Run CLI commands] *************************************************************************************************************************************
fatal: [localhost]: FAILED! => {“msg”: “Could not find imported module support code for ibm_svcinfo_command. Looked for either IBMSVCssh.py or ibm_svc_ssh.py”}
Can anyone help me to run this playbook and update me where i need to install the python module.?