mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
41 lines
815 B
YAML
41 lines
815 B
YAML
---
|
|
|
|
wh_default_client:
|
|
ssh_keys: []
|
|
wh_default_app:
|
|
allow_ip: []
|
|
deny_ip: []
|
|
aliases: []
|
|
maintenance: False
|
|
php:
|
|
enabled: True
|
|
version: 73
|
|
memory_limit: 256M
|
|
display_error: False
|
|
file_uploads: True
|
|
upload_max_filesize: 10M
|
|
disabled_functions:
|
|
- system
|
|
- show_source
|
|
- symlink
|
|
- exec
|
|
- dl
|
|
- shell_exec
|
|
- passthru
|
|
- phpinfo
|
|
- escapeshellarg
|
|
- escapeshellcmd
|
|
enabled_functions: []
|
|
allow_url_fopen: False
|
|
max_execution_time: 900
|
|
# custom_conf: |
|
|
# php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f no-reply@domain.tld
|
|
cache: enabled
|
|
force_https: True
|
|
letsencrypt_cert: False
|
|
database:
|
|
enabled: True
|
|
engine: mysql
|
|
collation: utf8mb4_unicode_ci
|
|
encoding: utf8mb4
|