ansible-roles/php/tasks
Ludovic Poujol ef5ed6911e
php: Change the default pool names to something more explicit (and same for the variables names)
Because it's more than just pure configuration, but a fpm pool 
definition, I've changed the following variables in Ansible :
- php_fpm_defaults_conf_file to replaced by php_fpm_default_pool_file
- php_fpm_custom_conf_file to php_fpm_default_pool_custom_file.

On the FPM side, I've also changed the files names of the pool to make 
them more explicit. No more z and zzz. It's the www pool, so let's put 
www in the file name for coherence : 
- z-evolinux-defaults.conf changes to www-evolinux-defaults.conf 
- zzz-evolinux-custom.conf changes to www-evolinux-zcustom.conf
2020-01-16 15:55:25 +01:00
..
config_apache.yml php: By default, allow 128M for OpCache (instead of 64M) 2019-08-21 15:56:35 +02:00
config_cli.yml php: clarify configuration 2018-06-11 17:35:20 +02:00
config_fpm.yml php: Change the default pool names to something more explicit (and same for the variables names) 2020-01-16 15:55:25 +01:00
main.yml Change "|version_compare" with "is version_compare" 2019-12-31 10:18:19 +01:00
main_buster.yml php: Change the default pool names to something more explicit (and same for the variables names) 2020-01-16 15:55:25 +01:00
main_jessie.yml php: Change the default pool names to something more explicit (and same for the variables names) 2020-01-16 15:55:25 +01:00
main_stretch.yml php: Change the default pool names to something more explicit (and same for the variables names) 2020-01-16 15:55:25 +01:00
sury_post.yml PHP sury is now 7.3 2019-04-10 15:27:15 +02:00
sury_pre.yml php: clarify configuration 2018-06-11 17:35:20 +02:00