Automating My EC2 with Ansible: A Tale of WSL Woes and Nginx Triumphs
Introduction
For Project 3 in my DevOps journey, I set out to automate an EC2 instance setup with Ansible—installing Nginx and securing it by disabling root SSH login. What seemed like a st...