add wordpress role with lots of bells and whistles

This commit is contained in:
uumas
2022-11-25 18:58:20 +02:00
parent 9001420597
commit c74a56a2e2
7 changed files with 86 additions and 0 deletions

21
docs/wordpress.md Normal file
View File

@@ -0,0 +1,21 @@
# Required variables
These variables are required. Example values included.
```
ports:
wordpress_http: 8080
docker_vhost_domains:
wordpress:
- wordpress.domain.tld
database_passwords:
wordpress: secret
```
# Optional variables
These variables have default values listed below
```
wordpress_tag: php8.1
```