chore: Remove EOL OS versions (Ubuntu 20.04, Debian 11) - focus on supported versions
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user