Load variable files Dynamically with respect to the OS using Ansible

Problem Statement: Create an Ansible Playbook which will dynamically load the variable file named the same as OS name and just by using the variable names we can Configure our target node.(Note: No need to use when keyword here.) Now, the thing is that we may have multiple Operating Systems. We can definitely use Ansible … Continue reading Load variable files Dynamically with respect to the OS using Ansible

Retrieving Container’s IP Dynamically Using Ansible and Configuring a Webserver Inside the Container

Hey guys hope you all are doing in today’s article we are going to see how can we directly run ansible-playbook directly into the docker container. Isn’t it interesting just think one playbook launching container for us updating inventory and when we run another playbook it will configure the container to run an apache web … Continue reading Retrieving Container’s IP Dynamically Using Ansible and Configuring a Webserver Inside the Container