The goal of this project is to automate the creation of two separate environments—production and staging—using Ansible playbooks and its ecosystem.
Each environment includes:
• A typical web server stack: Nginx, MySQL, and PHP
• A sample PHP page that displays a custom message (e.g., “Hello world!”) and successfully connects to the database (to confirm the environment works properly)