mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-05 09:17:39 +01:00
22 lines
531 B
YAML
22 lines
531 B
YAML
---
|
|
# Pass in a comma-separated list of repos to use (e.g. "remi,epel").
|
|
php_enablerepo: ""
|
|
php_memory_limit: "256M"
|
|
php_max_execution_time: "60"
|
|
php_upload_max_filesize: "64M"
|
|
php_date_timezone: "America/Chicago"
|
|
php_enable_webserver: true
|
|
|
|
php_enable_php_fpm: false
|
|
|
|
php_sendmail_path: "/usr/sbin/sendmail -t -i"
|
|
php_short_open_tag: false
|
|
|
|
php_error_reporting: "E_ALL & ~E_DEPRECATED & ~E_STRICT"
|
|
php_display_errors: "Off"
|
|
|
|
php_enable_apc: true
|
|
php_apc_enabled_in_ini: false
|
|
php_apc_cache_by_default: "1"
|
|
php_apc_shm_size: "96M"
|