Archives

Ansible Tutorial for Devops

Ansible is one of the highly used configuration management and provisioning tool along with Chef, Puppet and Salt. It occupies a major portion of Devops Tool chain and it is very essential to know, how to use it in order to cater to the needs of Devops role.

“Infrastructure as Code” is the term used to describe managing infrastructure using code base. Ansible is one such tool by which we can manage infrastructure through code which can be versioned and re-used.

This tutorial will be a series of article on how to install, automate and provision the environment using Ansible by working on real time use cases.