Hello,
We want to integrate Ontap with ansible commands. we tried some example in the following link but not helped.
https://docs.ansible.com/ansible/latest/collections/netapp/ontap/na_ontap_cifs_server_module.html#ansible-collections-netapp-ontap-na-ontap-cifs-serve...
Generally our request is to do these commands with ansible. Can someone send me the right example.
vserver cifs modify -vserver SVM01 -cifs-server NAS01 -domain abc.com.tr -status-admin down
vserver cifs modify -vserver SVM01 -cifs-server NAS01 -workgroup PASIF -status-admin down
Thanks.