chore: Remove EOL OS versions (Ubuntu 20.04, Debian 11) - focus on supported versions
This commit is contained in:
@@ -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/)
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
🚀 **Produktionsreife, vollautomatisierte LEMP-Stack (Linux, Nginx, MySQL, PHP) + WordPress-Bereitstellung mit Ansible**
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://ubuntu.com/)
|
||||
[](https://debian.org/)
|
||||
[](https://ubuntu.com/)
|
||||
[](https://debian.org/)
|
||||
[](https://www.ansible.com/)
|
||||
[](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
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
🚀 **Termelésre kész, teljesen automatizált LEMP stack (Linux, Nginx, MySQL, PHP) + WordPress telepítés Ansible-lel**
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://ubuntu.com/)
|
||||
[](https://debian.org/)
|
||||
[](https://ubuntu.com/)
|
||||
[](https://debian.org/)
|
||||
[](https://www.ansible.com/)
|
||||
[](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ó
|
||||
|
||||
|
||||
Reference in New Issue
Block a user