dokuwiki: update role to support Debian 12
All checks were successful
/ Ansible Lint (push) Successful in 1m42s

This commit is contained in:
June 2024-12-08 18:37:41 +01:00
commit 03e994b41f
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
4 changed files with 14 additions and 3 deletions

View file

@ -10,6 +10,7 @@ Please download it from https://download.dokuwiki.org.
The following distributions are supported:
- Debian 11
- Debian 12
## Required Arguments
@ -18,7 +19,7 @@ None.
## Optional Argument
- `dokuwiki__installpath`: Where your DokiWiki lives, default `/var/www/dokuwiki`
- `dokuwiki__php_version`: Your PHP version, default `7.4`
- `dokuwiki__php_version`: Your PHP version, default `7.4` for Debian 11 and `8.2` for Debian 12
- `dokuwiki__php_user`: User of your php-fpm process, default `www-data`
- `dokuwiki__nginx_user`: User of your nginx process, default `nginx`