mise au point

This commit is contained in:
2022-04-28 11:36:33 +02:00
parent af827752fb
commit 9134682667
3 changed files with 31 additions and 14 deletions

View File

@@ -15,6 +15,7 @@ Role Variables
--------------
php_poolname: default www (version will be appended)
php_version: default 74
php_fpm_listen_url: no default
php_fpm_pool_user: default apache
php_fpm_pool_group: default apache
php_fpm_listen_url: default 127.0.0.1:90{{ php_version }}
@@ -40,7 +41,7 @@ Including an example of how to use your role (for instance, with variables passe
- role: tconstans.php-fpm
vars:
php_poolname: pool1
php_listen_url: "/srv/pool1/php-fpm.sock"
php_fpm_listen_url: "/srv/pool1/php-fpm.sock"
php_version: 74
php_packages:
- php{{ php_version }}-php-mbstring
@@ -59,7 +60,7 @@ Including an example of how to use your role (for instance, with variables passe
- role: tconstans.php-fpm
vars:
php_poolname: pool2
php_listen_url: "/srv/pool2/php-fpm.sock"
php_fpm_listen_url: "/srv/pool2/php-fpm.sock"
php_version: 80
php_packages:
- php{{ php_version }}-php-zip