geerlingguy / ansible-role-php

Ansible Role - PHP
https://galaxy.ansible.com/geerlingguy/php/
MIT License
492 stars 442 forks source link

php-fpm not installed by default on Ubuntu 20 #349

Closed wschoot closed 2 years ago

wschoot commented 2 years ago

It seems that on Ubuntu 20.04, php-fpm doesn't get installed automatically even though I have set

php_enable_php_fpm: true
php_fpm_enabled_on_boot: true
php_fpm_listen: "127.0.0.1:9000"
php_fpm_listen_allowed_clients: "127.0.0.1"
php_fpm_pm_max_children: 50
php_fpm_pm_max_spare_servers: 5
php_fpm_pm_min_spare_servers: 5
php_fpm_pm_start_servers: 5
php_fpm_state: started

I have added php-fpm to php_packages_extra variable which seems to help. For Debian, this seems to work fine as php{{ php_default_version_debian }}-fpm is included in __php_packages in vars/Debian.yml

stale[bot] commented 2 years ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

stale[bot] commented 2 years ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.