Problem Statement
What is Ansible primarily used for in DevOps?
Explanation
Ansible is an open-source automation tool used for configuration management, software provisioning, and application deployment.
It allows teams to define desired infrastructure and system states through YAML-based playbooks, ensuring consistent, repeatable, and error-free operations across multiple servers.
