I am not sure this is right approach but really looking for Neapp support.
We have huge amount of Netapp cluster in our environment and looking forward automation NAS provision using Ansible playbooks but while testing (need to verify how really Ansible-Netapp working) we got structed for below
issue.
I have a quire which i have been looking for anyone folks to help me.
How to get next available volume and create using ansible playbook.
Example,
I have existing volumes names "svm1_vol1..svm1_vol45", now using ansible play book to create "svm1_vol46" which is next sequence name without log in to filer. play has to determine next available name and has to create. Thank in advance !