Ansible Nested Loop with List and Dictionary
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 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 Gineesh Madapparambath · 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 Gineesh Madapparambath · 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 Gineesh Madapparambath · 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 Gineesh Madapparambath · 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...
Ansible / Automation / Infrastructre & Hardware / Scripts / Workplace
by Gineesh Madapparambath · Published June 12, 2018 · Last modified November 11, 2018
Hope you are clear on the concept and installation of Ansible program. Lets configure our Ansible environment now. See all parts of Automation with Ansible...