This blog is the continuation of Ansible with DellEMC storage series. Earlier we discussed about getting started with installation of dependencies for Ansible and DellEMC Ansible module, followed by Ansible installation. In this blog let’s talk more around Ansible architecture and it’s concepts. So let’ get started. Similar […]
There are many blogs which cover what is Ansible and why we should care. But this multi-part blog series will cover how DellEMC and Ansible can help you automate many storage tasks. Ansible is being used in many organizations nowadays to manage a vast range of infrastructure, ranging […]
This section seems pretty straight-forward but is the must for all the Ansible deployments. Follow below steps to get through the password maze in Ansible environments Firstly we will need to generate the SSH authentication keys. This needs to be done on the server from which you want […]
Recently when I was creating Python automation script I faced this weird error. This literally wasted my couple of days and needless to mentioned frustration it caused. Below is the error message which I was getting As you can see from the error it keeps saying that there’s […]