by David Blackwell | Jan 30, 2019 | Configuration Management
In a previous post I showed how the ansible-vault can be used to keep passwords secure. What about those locations that only get access to Ansible Tower, and aren’t able to run ansible-vault? We are going to go through the steps to use the Tower credentials to...
by Mauricio Sánchez | Jan 15, 2019 | Containers, Kubernetes
NetApp’s StorageGRID object store is very easy to use, but it can be challenging to get all of the right infrastructure together to deploy it, especially if you just want to try it out. But under the covers it’s built and deployed as container images, and recent...
by David Blackwell | Jan 9, 2019 | Ansible, Automation, Configuration Management, DevOps, Jenkins, ONTAP
Sites trying to move into a DevOps model often want to implement a Continuous Integration (CI)/Continuous Deployment (CD) process. This can be challenging without any frames of reference. For our Ansible development we use such a process and want to share that with...