This document discusses using Ansible to deploy multi-node servers. Previously, deploying 3 web servers, 3 database servers, and a Redis cluster took over 3 hours. Ansible playbooks were created to automate and standardize the installation of applications and configurations on web servers, database servers with Galera replication, and Redis servers with master-slave replication. This reduced the deployment time to under an hour and ensured consistency across servers. Ansible provided simplified automation and allowed anyone in the DevOps division to build new clusters.