This blog is the continuation of Ansible with DellEMC storage multi-part blog. In the last (6th Part) of this blog series, we discussed how to prepare Ansible Tower/AWX with Dell EMC storage credentials. In this blog post, we will install Dell EMC PowerStore collection on Ansible AWX and go […]
This blog is the continuation of Ansible with DellEMC storage multi-part blog. In the last (5th part) of this blog series, we discussed how to install Ansible AWX / Tower in a docker container and Dell EMC Ansible modules inside the Ansible AWX / Tower container. In this […]
This blog is the continuation of Ansible with DellEMC storage multi-part blog. In this 5th part, we will discuss about Ansible Tower (using AWX) and how to install and configure the same. Overview In my posts till now you might noticed that I have only used command line option to […]
Recently while I was trying to install AWX using Ansible I came across below error on Centos. While this error was referring to missing pip package “docker-compose”, but when I tried to install the same it gave below error stating that it’s already installed. After trying multiple solutions […]
I recently came across a strange issue while installing Docker on CentOS (version 8) machine. Issue – When I tried below options to install docker on my machine I got the same error every time. Installation Commands Used Error message received Resolution – To resolve this issue, first […]
I have seen this error multiple times during my Ansible playbooks execution but always ignored it because I always got the expected result. Eventually, I wanted to get rid of any errors/warnings from my final version of the playbook and wanted to take care of this error as […]
I have been working with Ansible for automating Kubernetes deployment using CentOS VM templates. As a pre-requisite we need to ensure net.bridge.bridge-nf-call-iptables and net.bridge.bridge-nf-call-ip6tables is set to 1. I created below tasks in my Ansible role playbook. But when I executed this playbook I got below error After […]
In this post, we will discuss automating Kubernetes deployment using Ansible. In my example, I have used CentOS VMs (on VMware) for deploying Kubernetes. But technically Kubernetes deployment steps don’t differ irrespective of the platform you use. Before getting started to make sure you have Ansible server up […]