Introduction Automation is the need of the hour. It is a powerful tool that can scale a business, provide significant cost savings, and allow IT staff to focus on strategic rather than administrative work. A wide range of data center and cloud operations can be...
Up until now YAML aliases were the only way to avoid having to retype out all the connection lines for NetApp ONTAP modules, so a playbook looked something like this: --- - hosts: localhost collections: - netapp.ontap vars: login: &login hostname:...
AWX the OpenSource upstream version of Controller (formally called Ansible Tower) has gone through a lot of changes recently. These changes have made the install and setup process much more difficult. The new install method also requires Kubernetes, which not...
There are sites that name all or most of their volumes with the same base name. (Share001, Share002, Share003 or Home001, Home002, Home003). A common question I get asked all the time is , "How to use Ansible to auto create the next X number of volumes in the list?” ...