Ansible Doc

Managing Ansible Variables
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 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.

Deploying Roles With Ansible Galaxy
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 roles …

Implementing Ansible Roles
In a production environment, we will have hundreds and thousands of different types machines to handle. Hence the type of operations and …

Play with Ansible Playbooks
Plays are ordered set of tasks to execute against host selections from your inventory. A playbook is a file containing one or more plays.

Setup Vim editor for YAML, Ansible, Kubernetes, OpenShift
Are you new to Vim and working with YAML files? This post is for you! If you’re already a Vim expert, feel free to skip this quick guide.

Running Ansible Ad-Hoc commands
We have already run few ad-hoc command to list down the hosts in earlier sections.

Managing Ansible Inventory
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 be simple in …

Ansible Deployment
Hope you are clear on the concept and installation of Ansible program. Lets configure our Ansible environment now.

Ansible Introduction
You have hundreds and thousands of online documentation and wiki pages for learning Ansible , and this is our attempt to cover Ansible in a simple …