#Ansible, #AnsibleTutorial, #ConfigurationManagement Hello Friends, Welcome back to my channel. From this tutorial we will start our learning on Ansible. Ansible is an open source configuration and application deployment tool. Ansible doesn’t need any agents on the host machine to communicate, we will see more about these in upcoming tutorials. Ansible can run on both windows and unix based machine.
We are going to see how quickly we can install Ansible on CentOs and Ubuntu machine, we will also see some of the configuration files in Ansible.
============================================================
Ansible Installation steps:

Install PIP:
sudo yum install epel-release

sudo yum install python-pip

Install Ansible:
pip install ansible

Or
On CentOS:
yum install ansible

Or
On Ubuntu:
apt-get install ansible

ansible --version

------------------------------------------------------------------------------
Configuration file location:

/etc/ansible
hosts
ansible.cfg


------------------------------------------------------------------------------
=========================================
Follow me @:
https://www.instagram.com/thetips4you
https://www.youtube.com/channel/UCoOq-DtESvayx5yJE5H6-qQ
https://www.facebook.com/thetipsforyou
http://www.thetips4you.com
============================================