Ansible Interview Questions
1. What is Ansible, and why is it used?Ansible is a widely-used open-source automation tool that streamlines configuration management, application deployment, and IT orchestration. It is based on a straightforward, human-readable YAML format for defining tasks and does not require agent installation on target systems. Ansible’s simplicity, lightweight nature, and ability to manage complex operations…
