From 451cdad6e9c7eb05392edb7c20a3c7d9b66eb777 Mon Sep 17 00:00:00 2001 From: Sebastian Palencsar Date: Tue, 5 May 2026 05:57:33 +0200 Subject: [PATCH] chore: Remove EOL OS versions (Ubuntu 20.04, Debian 11) - focus on supported versions --- CHANGELOG.md | 2 +- README.md | 6 +++--- docs/PROJECT_OVERVIEW.md | 6 +++--- docs/README.de.md | 15 ++++++++------- docs/README.hu.md | 15 ++++++++------- 5 files changed, 23 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 101b466..7d5764d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -124,7 +124,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Contributing guidelines and troubleshooting guide - Docker testing environment - Multi-environment support (Docker, VMs, bare metal) -- Ubuntu/Debian support (20.04, 22.04, 24.04, Debian 11, 12) +- Ubuntu/Debian support (22.04, 24.04, 25.04, Debian 12, 13, 14) - 🌍 Multilingual documentation (German, Hungarian translations) - 🧪 Simplified and robust CI/CD testing approach - 📝 Professional language navigation in README diff --git a/README.md b/README.md index 93a838e..bab7fa0 100755 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ - Nginx web server with production-ready optimization - MySQL 8.0+ with secure setup and performance tuning - PHP 8.4+ with FPM, OPcache and WordPress extensions -- Ubuntu/Debian family support (20.04, 22.04, 24.04, 25.04, Debian 11, 12, 13, 14) +- Ubuntu/Debian family support (22.04, 24.04, 25.04, Debian 12, 13, 14) ### 🛡️ WordPress & Security ✅ **WordPress Automation & Security** @@ -49,7 +49,7 @@ ### Prerequisites - **Control Machine**: Ansible 6.0+ installed -- **Target Server**: Ubuntu 20.04+ or Debian 11+ with SSH access and sudo privileges +- **Target Server**: Ubuntu 22.04+ or Debian 12+ with SSH access and sudo privileges - **Network**: SSH access (port 22) and web access (ports 80/443) ### 1. Clone Repository @@ -212,7 +212,7 @@ nginx_optimization_enabled: true ``` ### Server Requirements -- **OS**: Ubuntu 20.04+ or Debian 11+ +- **OS**: Ubuntu 22.04+ or Debian 12+ - **RAM**: Minimum 1GB (2GB+ recommended for Ultimate mode) - **Storage**: Minimum 10GB free space - **Network**: SSH access + web ports (80/443) diff --git a/docs/PROJECT_OVERVIEW.md b/docs/PROJECT_OVERVIEW.md index fff3bb9..9091d78 100755 --- a/docs/PROJECT_OVERVIEW.md +++ b/docs/PROJECT_OVERVIEW.md @@ -70,8 +70,8 @@ ansible-lemp-wordpress/ ## 🚀 Supported Environments ### Operating Systems -- ✅ **Ubuntu** 20.04, 22.04, 24.04, 25.04 (fully tested) -- ✅ **Debian** 11, 12, 13, 14 (compatible) +- ✅ **Ubuntu** 22.04, 24.04, 25.04 (fully tested) +- ✅ **Debian** 12, 13, 14 (compatible) ### Deployment Targets - ✅ **Docker** containers (development/testing with included setup) @@ -180,7 +180,7 @@ ansible-playbook -i inventory/production.yml playbooks/lemp-wordpress-ultimate.y - **Total Files**: ~30 (clean, focused codebase) - **Lines of Code**: ~2,000 (Ansible YAML, Jinja2, Documentation) -- **Supported OS**: Ubuntu 20.04/22.04/24.04/25.04, Debian 11/12/13/14 +- **Supported OS**: Ubuntu 22.04/24.04/25.04, Debian 12/13/14 - **Deployment Modes**: 2 (Basic + Ultimate) - **Templates**: 5 (production-tested) - **Documentation Pages**: 9 comprehensive guides (README + 8 in docs/) diff --git a/docs/README.de.md b/docs/README.de.md index 0d971b4..92ab77c 100755 --- a/docs/README.de.md +++ b/docs/README.de.md @@ -3,8 +3,8 @@ 🚀 **Produktionsreife, vollautomatisierte LEMP-Stack (Linux, Nginx, MySQL, PHP) + WordPress-Bereitstellung mit Ansible** [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Ubuntu](https://img.shields.io/badge/Ubuntu-20.04%20|%2022.04%20|%2024.04-orange)](https://ubuntu.com/) -[![Debian](https://img.shields.io/badge/Debian-11%20|%2012-red)](https://debian.org/) +[![Ubuntu](https://img.shields.io/badge/Ubuntu-22.04%20|%2024.04%20|%2025.04-orange)](https://ubuntu.com/) +[![Debian](https://img.shields.io/badge/Debian-12%20|%2013%20|%2014-red)](https://debian.org/) [![Ansible](https://img.shields.io/badge/Ansible-6.0+-red)](https://www.ansible.com/) [![WordPress](https://img.shields.io/badge/WordPress-6.8+-blue)](https://wordpress.org/) @@ -20,7 +20,7 @@ - Nginx-Webserver mit produktionsreifer Optimierung - MySQL 8.0+ mit sicherer Einrichtung und Performance-Tuning - PHP 8.4+ mit FPM, OPcache und WordPress-Erweiterungen -- Ubuntu/Debian-Familie Unterstützung (20.04, 22.04, 24.04, 25.04, Debian 11, 12, 13, 14) +- Ubuntu/Debian-Familie Unterstützung (22.04, 24.04, 25.04, Debian 12, 13, 14) ### 🛡️ WordPress & Sicherheit ✅ **WordPress-Automatisierung & Sicherheit** @@ -49,7 +49,7 @@ ### Voraussetzungen - **Ansible** 6.0+ auf Ihrem lokalen Rechner -- **Ubuntu/Debian-Server** (20.04+, Debian 11+) +- **Ubuntu/Debian-Server** (22.04+, Debian 12+) - **SSH-Zugang** zu Ihren Zielservern - **sudo-Berechtigung** auf Zielservern @@ -213,7 +213,7 @@ nginx_optimization_enabled: true ### Server-Anforderungen -- **OS**: Ubuntu 20.04+ oder Debian 11+ +- **OS**: Ubuntu 22.04+ oder Debian 12+ - **RAM**: Mindestens 1GB (2GB+ empfohlen für Ultimate Modus) - **Speicher**: Mindestens 10GB freier Speicherplatz - **Netzwerk**: SSH-Zugang + Web-Ports (80/443) @@ -296,11 +296,12 @@ ansible-playbook -i inventory/production.yml playbooks/lemp-wordpress-ultimate.y | OS | Version | Status | Hinweise | |---|---|---|---| +| Ubuntu | 25.04 | ✅ Unterstützt | Interim Release | | Ubuntu | 24.04 LTS | ✅ Vollständig getestet | Empfohlen | | Ubuntu | 22.04 LTS | ✅ Vollständig getestet | Empfohlen | -| Ubuntu | 20.04 LTS | ✅ Unterstützt | Getestet | +| Debian | 14 | 🔶 Testing | Forky (bevorstehend) | +| Debian | 13 | ✅ Unterstützt | Aktuell stabil | | Debian | 12 | ✅ Unterstützt | Kompatibel | -| Debian | 11 | ✅ Unterstützt | Kompatibel | ## 📚 Dokumentation diff --git a/docs/README.hu.md b/docs/README.hu.md index 3032935..37c830c 100755 --- a/docs/README.hu.md +++ b/docs/README.hu.md @@ -3,8 +3,8 @@ 🚀 **Termelésre kész, teljesen automatizált LEMP stack (Linux, Nginx, MySQL, PHP) + WordPress telepítés Ansible-lel** [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Ubuntu](https://img.shields.io/badge/Ubuntu-20.04%20|%2022.04%20|%2024.04-orange)](https://ubuntu.com/) -[![Debian](https://img.shields.io/badge/Debian-11%20|%2012-red)](https://debian.org/) +[![Ubuntu](https://img.shields.io/badge/Ubuntu-22.04%20|%2024.04%20|%2025.04-orange)](https://ubuntu.com/) +[![Debian](https://img.shields.io/badge/Debian-12%20|%2013%20|%2014-red)](https://debian.org/) [![Ansible](https://img.shields.io/badge/Ansible-6.0+-red)](https://www.ansible.com/) [![WordPress](https://img.shields.io/badge/WordPress-6.8+-blue)](https://wordpress.org/) @@ -20,7 +20,7 @@ - Nginx webszerver termelésre kész optimalizálással - MySQL 8.0+ biztonságos beállítással és teljesítmény-hangolással - PHP 8.4+ FPM-mel, OPcache-sel és WordPress bővítményekkel -- Ubuntu/Debian család támogatás (20.04, 22.04, 24.04, 25.04, Debian 11, 12, 13, 14) +- Ubuntu/Debian család támogatás (22.04, 24.04, 25.04, Debian 12, 13, 14) ### 🛡️ WordPress és Biztonság ✅ **WordPress automatizálás és biztonság** @@ -49,7 +49,7 @@ ### Előfeltételek - **Ansible** 6.0+ a helyi gépén -- **Ubuntu/Debian szerver** (20.04+, Debian 11+) +- **Ubuntu/Debian szerver** (22.04+, Debian 12+) - **SSH hozzáférés** a célszerverekhez - **sudo jogosultságok** a célszervereken @@ -213,7 +213,7 @@ nginx_optimization_enabled: true ### Szerver követelmények -- **OS**: Ubuntu 20.04+ vagy Debian 11+ +- **OS**: Ubuntu 22.04+ vagy Debian 12+ - **RAM**: Minimum 1GB (2GB+ ajánlott Ultimate módhoz) - **Tárhely**: Minimum 10GB szabad hely - **Hálózat**: SSH hozzáférés + web portok (80/443) @@ -296,11 +296,12 @@ ansible-playbook -i inventory/production.yml playbooks/lemp-wordpress-ultimate.y | OS | Verzió | Státusz | Megjegyzések | |---|---|---|---| +| Ubuntu | 25.04 | ✅ Támogatott | Interim Release | | Ubuntu | 24.04 LTS | ✅ Teljesen tesztelt | Ajánlott | | Ubuntu | 22.04 LTS | ✅ Teljesen tesztelt | Ajánlott | -| Ubuntu | 20.04 LTS | ✅ Támogatott | Tesztelt | +| Debian | 14 | 🔶 Tesztelés | Forky (közelgő) | +| Debian | 13 | ✅ Támogatott | Aktuális stabil | | Debian | 12 | ✅ Támogatott | Kompatibilis | -| Debian | 11 | ✅ Támogatott | Kompatibilis | ## 📚 Dokumentáció