Top Ansible Interview questions

What is Ansible?
Ansible is a software tool used to deploy any application using ssh. Ansible is written in Python programming language. Software applications configuration management done swiftly and quickly with Ansible.


What are the main advantages of Ansible?
1. Ansible is Agentless, so no need to worry on installing and configuring a client or agent in target host
2. Ansible is highly performant compared to anyother deployment and configuration tools.
3. It has very low overhead


What is Ansible Tower?
Ansible Tower is a web-based solution which makes Ansible very easy to use with in IT teams for all kinds of provisioning and deployment. It acts like a hub for all of your automation tasks. The tower is free for usage till 10 nodes.

Scroll to Top