Skip to content

Releases: somethingwithproof/ansible-wordpress-enterprise

Release v2.15

08 Oct 01:18

Choose a tag to compare

What's Changed

  • ci(deps): bump docker/build-push-action from 5 to 6 by @dependabot[bot] in #4
  • ci(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #3
  • ci(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #2
  • ci(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot[bot] in #1

New Contributors

Full Changelog: v1.0.0...v2.15

Ansible WordPress Enterprise v1.0.0 - Production Release

04 Oct 10:42

Choose a tag to compare

🎉 Ansible WordPress Enterprise v1.0.0 - Production Release

We're excited to announce the first production release of Ansible WordPress Enterprise! This comprehensive Ansible role provides enterprise-grade WordPress deployment with multi-cloud support, high availability, advanced security, and monitoring capabilities.

✨ Key Features

🏢 Enterprise Capabilities

  • Multi-Platform Support: Ubuntu 20.04/22.04/24.04, RHEL 8/9, Rocky Linux, AlmaLinux, CentOS Stream, Debian
  • Web Server Options: Nginx with FastCGI cache or Apache with ModSecurity WAF
  • PHP Versions: Full support for PHP 7.4, 8.0, 8.1, 8.2, 8.3
  • Database Engines: MySQL 8.0+, MariaDB 10.6+, Percona Server, External DB support

☁️ Multi-Cloud Support

  • AWS: EC2, RDS/Aurora, ElastiCache, S3, CloudFront, Route53, SES
  • Google Cloud: Compute Engine, Cloud SQL, Memorystore, Cloud Storage, Cloud CDN
  • Microsoft Azure: VMs, Azure Database, Azure Cache, Blob Storage, Azure CDN
  • DigitalOcean: Droplets, Managed Database, Spaces, CDN
  • Cloudflare: DNS, CDN, DDoS Protection, Workers, Page Rules
  • Oracle Cloud: Compute, Autonomous Database, Object Storage

🔒 Security Features

  • SSL/TLS with Let's Encrypt or custom certificates
  • Web Application Firewall (ModSecurity)
  • Fail2ban with WordPress-specific rules
  • Security headers (HSTS, CSP, X-Frame-Options)
  • File integrity monitoring with AIDE
  • Automated security updates
  • SELinux/AppArmor support

⚡ Performance Optimization

  • Redis/Memcached object caching
  • FastCGI/proxy caching
  • CDN integration (Cloudflare, CloudFront, Fastly)
  • Image optimization (WebP, AVIF)
  • Database query optimization
  • HTTP/2 with Server Push
  • Brotli compression

📦 Installation

# From Ansible Galaxy
ansible-galaxy install thomasvincent.wordpress_enterprise

# From GitHub
git clone https://github.com/thomasvincent/ansible-wordpress-enterprise.git

📚 Documentation

  • Comprehensive README: 1165+ lines of detailed documentation
  • Usage Examples: Development, staging, and production configurations
  • Cloud Configurations: Complete examples for all major cloud providers
  • Advanced Topics: HA setup, performance tuning, security hardening

📄 License

Apache License 2.0


Full Changelog: https://github.com/thomasvincent/ansible-wordpress-enterprise/commits/v1.0.0