Describe the working of Ansible.

devquora
devquora

Posted On: Feb 22, 2018

 

Ansible consists of nodes and controlling machine. The controlling machine is the place where Ansibles are installed and nodes are managed by these machines over SSH. With help of SSH protocols, controlling machines deploy modules which are temporarily stored on remote nodes. They will then communicate with the Ansible machine over standard output through JSON connection. Since Ansible is agentless, it controls more than 100 nodes using SSH and the entire operation can be managed using one single command ansible. In cases where you have to build multiple commands, you have to create playbooks in YAML file format. Playbooks are nothing but a bunch of commands which can perform numerous tasks.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Ansible Interview Questions

    What is Ansible?

    Ansible is an open source automation platform which can help you with configuration management, task automation and appl..

    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..