mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-12-02 13:23:22 +01:00
11 lines
285 B
YAML
11 lines
285 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_apc_cache_by_default: "1"
|
|
php_apc_shm_size: "96M"
|
|
php_date_timezone: "America/Chicago"
|
|
php_packages: []
|