This project demonstrates how to use Ansible to automate the deployment of an Nginx web server inside a Docker container on an AWS EC2 Ubuntu instance.
Project Overview
Provision and configure an EC2 Ubuntu server.
Install Docker automatically via Ansible.
Deploy and run an Nginx container with port 80 exposed.
Verify successful deployment by testing HTTP response with curl.