HOW INDUSTRIES ARE SOLVING CHALLENGES USING ANSIBLE

Jayesh Kumar
2 min readDec 17, 2020

--

1) What is Ansible :

In simple words ansible is just a tool provide declarative language to achive configuration management .

2)Why we use Ansible:

To build any environment or server we have to do configuration management and for doing it we have two options manual and automation and we have two ways to do automation using imperative or declarative language , ansible works on declarative language , we prefer ansible because in this we only need to tell what to do , how to do it is a part of ansible , it makes easy for user to work on it , we don’t need to remember commands of any os , and also we dont’s need to know the os on which we want to run our services .

3)Where can we use Ansible :

> It can be use to install services in as many os in just minutes .

> Ansible is intelligent because of keyword which are module , used for package management they have many package module .

>We can run host webservers .

>We can run Hadoop services.

>we can run httpd services.

>we can do cloud computing for eg. AWS

>we can run docker.

>Ansible use YAML as a language

>Ansible is intelligent tool but it also call cmd behind the seen.

>Behind the seen ansible works on RAL( Resource Distraction Layer )

>Industries use ansible because it save time , money , space and labor.

>In Industries there are many computers and if they want to configure every computer as same or different it took so much effort and time to go to every PC and configure it , so industries use ansible in this case , ansible can configure as many PC at same time , saving time , as time is very essential part of any industry .

> Some IT industries uses Ansible to solve costumers problem , they teach their staff how to use ansible , not how to work on different OS , there are many OS in field , so we just don’t need learn every thing about every os to solve challenges , we just need to use Ansible .

--

--

Jayesh Kumar
Jayesh Kumar

Written by Jayesh Kumar

Btech ECE pursuing student ....Arth Learner

No responses yet