Skip to content

Releases: Matthieu-dgl/ansible-php-nginx-mariadb-webapp

1.0.0

05 May 11:16
Compare
Choose a tag to compare

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)