ansible-roles/php/tasks
Ludovic Poujol 585a8d04ac 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
2019-11-12 12:28:08 +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) 2019-11-12 12:28:08 +01:00
main.yml Fix condition in main task 2019-10-01 17:26:33 +02:00
main_buster.yml php: Change the default pool names to something more explicit (and same for the variables names) 2019-11-12 12:28:08 +01:00
main_jessie.yml php: Change the default pool names to something more explicit (and same for the variables names) 2019-11-12 12:28:08 +01:00
main_stretch.yml php: Change the default pool names to something more explicit (and same for the variables names) 2019-11-12 12:28:08 +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