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
by Prajith Parammal · Published February 18, 2019 · Last modified February 19, 2019
Most of the time , we have requirement to integrate Linux systems in our environment with AD for Centralized user management. It will be tedious...
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,...
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...