ansible-tower-service, Start or Stop Ansible Tower
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 / Automation / Infrastructre & Hardware
by Gineesh Madapparambath · 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 / Scripts
by Gineesh Madapparambath · Published August 30, 2019 · Last modified September 3, 2019
Ansible Variables You can use variables in ansible plays to store values like users to create, packages to install etc. By using variables, you can...
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 / Utilities / Workplace
by Gineesh Madapparambath · Published June 18, 2018 · Last modified May 20, 2020
You may ignore this article if you are already an expert in vim as this is a quick note for those who are new to...
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...