🚀 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:
23
.yamllint.yml
Normal file
23
.yamllint.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
line-length:
|
||||
max: 120
|
||||
level: warning
|
||||
indentation:
|
||||
spaces: 2
|
||||
truthy:
|
||||
allowed-values: ['true', 'false', 'on', 'off', 'yes', 'no']
|
||||
comments:
|
||||
min-spaces-from-content: 1
|
||||
braces:
|
||||
max-spaces-inside: 1
|
||||
max-spaces-inside-empty: 0
|
||||
brackets:
|
||||
max-spaces-inside: 1
|
||||
max-spaces-inside-empty: 0
|
||||
|
||||
ignore: |
|
||||
.github/
|
||||
docker/
|
||||
*/node_modules/
|
||||
Reference in New Issue
Block a user