Introduce more variables

This commit is contained in:
phil 2023-02-25 21:25:34 +01:00
parent cfdc088844
commit 4bb9eb3870
4 changed files with 23 additions and 23 deletions

View file

@ -1,3 +1,8 @@
---
php_fpm_log_dir: /var/log/phpfpm
php_fpm_pool_dir: "/etc/php/{{ php_version.stdout }}/fpm/pool.d"
php_fpm_pool_config_file: "{{ php_fpm_pool_dir }}/%i.cfg"
php_fpm_cpu_quota: "100%"
php_fpm_memory_high: "25%"
php_fpm_memory_max: "35%"