Has anyone written Ansible playbooks that will collect all relevant cluster configuration, such as port configuration, LIF configuration, SVM configuration, routes, DNS, NFS configuration, CIFS configuration, etc.; which can then be used to restore this information to a new cluster in case of disaster? (And yes, I know about SVM-DR)
#Ansible modules that will collect all cluster configuration
1 messages · Page 1 of 1 (latest)
Hi, it should be easy to collect all these information with the info-modules. But restoring these on a new cluster would probably be a bit difficult. If this is only for DR maybe this could help: https://docs.netapp.com/us-en/ontap-restapi/ontap/post-support-configuration-backup-backups.html (You would need to use the netapp.ontap.na_ontap_restit module).