Hi,
I just started to setup ansible for netapp snapmirror automation. My ansible version is 2.7.5, Python is 2.7 and netapp is 9.6.
I am currently translating all the snapmirror raw command in current bash script into ansible na_ontap_snapmirror module call. For example:
"snapmirror show -fields state,status,last-transfer-error -source-path vserver_name:trident_persistent_claim_3884e"
Can you please tell me if ansible netapp snapmirror has something equivalent?
Thanks!