initial commit

This commit is contained in:
2021-10-18 18:03:37 +02:00
commit ddb3a9c856
11 changed files with 209 additions and 0 deletions

11
defaults/main.yml Normal file
View File

@@ -0,0 +1,11 @@
---
# defaults file for php-fpm
php_version: 73
php_fpm_pool_user: apache
php_fpm_pool_group: apache
php_fpm_listen_url: 127.0.0.1:90{{ php_version }}
php_pm: static
php_pm_max_children: 1000
php_pm_max_requests: 10000
php_pm_status_url: /phpstatus
php_packages: [ 'php{{ php_version }}-php-common' ]