php7 opcache playbook
Description
playbook構成
- handlers
- tasks
- templates
handlers
Restart httpd
service httpd restart
tasks
task name | main |
---|---|
path | common_roles/php7/php-opcache/tasks/main.yml |
tags | php |
task list
- opcache.ini configure
templates
- opcache.ini.j2
vars
php_opcache_revalidate
Vars Name | php_opcache_revalidate |
---|---|
valu | N/A |
default | 2 |
example:
php_opcache_revalidate : 2
php_opcache_max_filesize
Vars Name | php_opcache_max_filesize |
---|---|
valu | number (byte) |
default | 134217728 |
example:
php_opcache_max_filesize : 134217728
php_opcache_loglevel
Vars Name | php_opcache_loglevel |
---|---|
valu | N/A |
default | 2 |
example:
php_opcache_max_filesize : 134217728