Ansible Automates 2020 on 9th & 10th September
Another good news during this unusual time as Ansible Automate 2020 is a Virtual Event this year and we all will get the chance to...
Ansible / Automation / Online Events / Technical Events
by Gini Gangadharan · Published August 11, 2020
Another good news during this unusual time as Ansible Automate 2020 is a Virtual Event this year and we all will get the chance to...
Ansible / Automation / Infrastructre & Hardware
by Gini Gangadharan · Published February 19, 2020 · Last modified May 20, 2020
Learn Ansible : Automation with Ansible – All You Want to Learn Ansible Tower is a wonderful product which help to implement a central hub for...
Ansible facts are nothing but some variables which are automatically discovered by the Ansible on managed hosts while running ansible adhoc commands or playbooks. See...
Ansible / Automation / Infrastructre & Hardware / Online Events / OpenShift / Technical Events
by Gini Gangadharan · Published January 23, 2019
Join this Red Hat webinar to see how to use Jenkins pipelines to deploy simple applications using Ansible Tower. Here see the quick overview of...
Ansible loops are simple and powerful with mixed data. You will sure say “awesome” when you realize the easiness with loops. During our technical discussions,...
Ansible / Automation / Cloud
by Gini Gangadharan · Published June 28, 2018 · Last modified July 4, 2018
So you have learned about Ansible Roles and the importance of using roles. Ansible Galaxy is a public library where you can find thousands of...
In a production environment, we will have hundreds and thousands of different types machines to handle. Hence the type of operations and implementation methods will...
Ansible / Automation / Cloud / Uncategorized
by Gini Gangadharan · Published June 25, 2018 · Last modified June 28, 2018
Plays are ordered set of tasks to execute against host selections from your inventory. A playbook is a file containing one or more plays. See...
Ansible / Automation / Cloud / Infrastructre & Hardware
by Gini Gangadharan · Published June 13, 2018 · Last modified November 11, 2018
We have already run few ad-hoc command to list down the hosts in earlier sections. See all parts of Automation with Ansible Guides here ansible...
Ansible / Automation / Cloud / Infrastructre & Hardware
by Gini Gangadharan · Published June 12, 2018 · Last modified November 11, 2018
Inventory File An inventory file is a simple and plain text file where we store those host information ansible has to deal with. It can...