mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-03-07 14:00
This commit is contained in:
40
roles/unmaintained/wh_common/vars/main.yml
Normal file
40
roles/unmaintained/wh_common/vars/main.yml
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
|
||||
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
|
Reference in New Issue
Block a user