Ansible-Interview-Page-1
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1. What is Ansible ? ANS Ansible is an open-source automation tool that allows for the configuration management, orchestration, and application deployment of multiple systems simultaneously. Ansible uses a simple and efficient language to describe automation tasks, which makes it easy to use and learn. It enables IT administrators to manage systems and deploy applications at scale, while also reducing the complexity and increasing the speed of repetitive tasks. Ansible works by using an agentless architecture, which means that it does not require any additional software to be installed on the target systems, making it lightweight and easy to implement. Deploying Application using Ansible ? Deploying applications using Ansible involves creating Ansible playbooks that define the steps needed to deploy the...