7 Commits

Author SHA1 Message Date
Sebastian Palencsár
2045307d1d fix: resolve all YAML linting errors in playbooks and inventories
- Fix line length violations by using YAML folded strings (>-)
- Remove trailing whitespace from all files
- Add missing document start markers (---) to inventory files
- Improve readability of long Jinja2 template expressions
- Maintain YAML linting compliance for production-ready code

All files now pass yamllint validation successfully.
2025-06-21 00:30:13 +02:00
Sebastian Palencsár
e199772e92 feat: v2.0.0 production-ready release with Redis, OPcache and Nginx optimizations 2025-06-21 00:08:09 +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
fb854d0a14 Fix CentOS curl conflict: Use yum with allowerasing for RedHat systems 2025-06-19 05:53:21 +02:00
Sebastian Palencsár
b9b492bfcd Remove all trailing spaces from playbook files to fix linting errors 2025-06-18 19:50:56 +02:00
Sebastian Palencsár
9d297d144c Fix linting errors: Add YAML document start, remove trailing spaces, fix line length 2025-06-18 19:41:02 +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