What is Ansible?

devquora
devquora

Posted On: Feb 22, 2018

 

Ansible is an open-source automation platform which can help you with configuration management, task automation, and application deployment. Ansible uses SSH installed on all systems, unlike other configuration software that work on agent architecture. Ansible also does IT orchestration where you run tasks and create a chain of events that happen on different servers and devices. It is written in Python language which needs to be installed on the remote host. Ansible is very easy to set up yet it is a very powerful tool for software deployment.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Ansible Interview Questions

    Talk about Ansible architecture.

    Ansible works on ‘agentless architecture’. It works by connecting to your nodes and pushes out Ansible modules to th..

    Ansible Interview Questions

    List some advantages of using Ansible.

    Unlike other configuration management system, Ansible is the most sought after software applications these days. it off..

    Ansible Interview Questions

    Describe the working of Ansible.

    Ansible consists of nodes and controlling machine. The controlling machine is the place where Ansibles are installed an..