Problem Statement
Which tool is agentless and uses YAML playbooks for automation?
Explanation
Ansible is an agentless automation tool that uses SSH to configure servers.
Its YAML-based playbooks make it simple to read, write, and reuse across environments.