Sometimes it is useful to create a single playbook or role that does multiple steps, but not steps you want to run every time. You can use ‘tags’ to only include or exclude certain tasks in a playbook. To look at this concept I will use a playbook for creating...
One of the top requirements for today’s IT industry is automation with industry-standard techniques. NetApp is one of the first companies to create its own proprietary APIs (called Zephyr APIs or ONTAPI). NetApp created client libraries so that users could consume...
NetApp® ONTAP® REST APIs are available starting with ONTAP 9.6, the primary external-facing API for the long term. To help CLI and ONTAP users transition to the ONTAP REST API, ONTAP provides a private REST API endpoint that can be used to access any CLI command....
Ansible is a simple yet powerful IT automation engine that helps users automates day-to-day repetitive tasks. Adding Ansible Towers or AWX to this powerful engine will give users role-based access to perform tasks and leverage other features like scheduling, creating...
This previous post showed how to setup and use SSL certificates for authentication instead of a username/password combination. The post mentioned that this can be used with Tower as well. This new post will show the minor updates to a Projects repository that are...