Files
ansible-lemp-wordpress/CHANGELOG.md
Sebastian Palencsár 573224a36b 🚀 Initial release: Complete Ansible LEMP WordPress automation
 Features:
- Complete LEMP stack automation
- WordPress with WP-CLI
- Redis Object Cache (50% performance boost)
- Multi-OS support
- SSL/Let's Encrypt integration
- Security hardening
- Enterprise features
- Docker testing environment
- GitHub Actions CI/CD
- Comprehensive documentation

🧪 Fully tested and production-ready

Copyright (c) 2025 Sebastian Palencsár
2025-06-18 18:24:55 +02:00

1.5 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • SSL/HTTPS support with Let's Encrypt integration
  • Multi-OS support (Ubuntu, Debian, CentOS, RHEL, Rocky Linux)
  • GitHub Actions CI/CD pipeline
  • Advanced WordPress features (Redis, Memcached, Fail2Ban)
  • Automated backup system
  • WordPress Multisite support
  • Performance optimizations (OPcache, MySQL tuning)
  • Security enhancements (Fail2Ban, ModSecurity ready)
  • Comprehensive documentation
  • Contributing guidelines
  • Troubleshooting guide

Changed

  • Restructured project for better maintainability
  • Improved error handling in playbooks
  • Enhanced variable management with OS-specific files
  • Better template organization

Fixed

  • WP-CLI download from official source
  • MySQL user permissions for TCP connections
  • PHP-FPM socket permissions
  • Service management across different OS families

[1.0.0] - 2025-06-18

Added

  • Initial release
  • Basic LEMP stack installation (Linux, Nginx, MySQL, PHP)
  • WordPress installation and configuration
  • WP-CLI integration
  • Docker environment for testing
  • Basic Ansible playbooks
  • Templates for configuration files

Features

  • Automated Nginx configuration
  • MySQL database setup with security
  • PHP-FPM optimization
  • WordPress installation via WP-CLI
  • Basic security configurations