Commit Graph

3 Commits

Author SHA1 Message Date
Sebastian Palencsár
ee0ed372cb docs: Finalize CHANGELOG for v1.0.0 release
- Consolidate all features and improvements into v1.0.0
- Include multilingual documentation in first release
- Remove confusing version splits
- Clear structure: Unreleased (planned) vs v1.0.0 (complete)
2025-06-19 07:27:56 +02:00
Sebastian Palencsár
0ac72f29a5 refactor: Remove RedHat/CentOS support, focus on Ubuntu/Debian
BREAKING CHANGE: Removed RedHat/CentOS/Rocky Linux support to improve stability

- Remove all RedHat/CentOS-specific code and variables
- Consolidate Ubuntu/Debian variables into single debian-family.yml
- Simplify CI/CD pipeline (remove CentOS tests)
- Remove unstable multi-OS complexity
- Update documentation to reflect Ubuntu/Debian focus
- Streamline playbooks for better maintainability

This change makes the project more stable and maintainable by focusing
on the most common server distributions (Ubuntu/Debian) instead of
trying to support multiple OS families with different package managers
and configurations.
2025-06-19 06:08:39 +02:00
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