Active IQ is a digital advisor providing insights into NetApp environments allowing the proactive care and optimization of those systems. The web-based dashboard (aiq.netapp.com) makes it easy to monitor your systems and provides the steps to remediate any potential...
Fully automated Day-0 setup is a goal of the “next-gen” datacenter. This is 99.9% possible with ONTAP and Ansible. The only console work that needs to be done is to assign a password to the ‘admin’ account and to make note of the DHCP address assigned to the nodes,...
Recently, I have been asked many times how Ansible can help maintain a naming convention when creating volumes, so today I will show a quick example of variable building. Let’s say I want my volume name to be <vserver>_<aggr>_<volume name>, and I...
Ansible has asked us to change the name of one of our modules. The module ‘na_ontap_gather_facts’ will be known simply as ‘na_ontap_info’ from Ansible release 2.9 and onwards. The gather_facts version is being deprecated but will still work in the 2.9 release so...
With the release of Ansible 2.9, Red Hat will officially be introducing Collections. To quote Red Hat documentation “Collections are a distribution format for Ansible content. They can be used to package and distribute playbooks, roles, modules, and plugins. You can...
“Unexpected Error”. If you have been using the NetApp Ansible modules and seen this error, you know it can be frustrating as it doesn’t give any useful information. This error is 99.9% of the time one of the following four issues, and I will do my best to explain how...