🚀 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
This commit is contained in:
26
templates/fail2ban-wordpress.conf.j2
Normal file
26
templates/fail2ban-wordpress.conf.j2
Normal file
@@ -0,0 +1,26 @@
|
||||
[wordpress]
|
||||
enabled = true
|
||||
port = http,https
|
||||
filter = wordpress
|
||||
logpath = {{ log_dir }}/nginx/*access*.log
|
||||
maxretry = 3
|
||||
bantime = 3600
|
||||
findtime = 600
|
||||
|
||||
[wordpress-auth]
|
||||
enabled = true
|
||||
port = http,https
|
||||
filter = wordpress-auth
|
||||
logpath = {{ log_dir }}/nginx/*access*.log
|
||||
maxretry = 5
|
||||
bantime = 1800
|
||||
findtime = 600
|
||||
|
||||
[wordpress-xmlrpc]
|
||||
enabled = true
|
||||
port = http,https
|
||||
filter = wordpress-xmlrpc
|
||||
logpath = {{ log_dir }}/nginx/*access*.log
|
||||
maxretry = 3
|
||||
bantime = 3600
|
||||
findtime = 600
|
||||
Reference in New Issue
Block a user