Ansible modules and playbooks utilizing the Python API in the NetApp Manageability SDK
This utilizes custom Ansible modules built using the NetApp Manageability SDK (NMSDK). The playbooks aid in the provisioning and management of Clustered Data ONTAP and hopefully entire FlexPods.
Install the NetApp Manageability SDK
!!!Make sure to add the location of the NMSDK to your PYTHONPATH environment variable!!!
e.g.
PYTHONPATH="/Volumes/data/Netapp/netapp-manageability-sdk-5.5/lib/python/NetApp:$PYTHONPATH"
export PYTHONPATH