This document summarizes an Ansible meetup presentation about what Ansible is, why it is useful, and how it works. Ansible is an open source automation tool that configures systems and deploys applications using human-readable YAML files called playbooks. It is agentless, using SSH to connect to servers. Playbooks define tasks to run on hosts in parallel using modules. Roles help organize tasks by server function. The presentation showed how Ansible simplified deployments by pulling code, installing dependencies, and restarting services across environments in an automated, consistent way.