geerlingguy / ansible-role-php

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

Allow PHP-FPM state and boot behavior to be configured #293

Closed geerlingguy closed 4 years ago

geerlingguy commented 4 years ago

In #265, and in a few other places (e.g. IRC), people have wondered if there's a way to install and configure PHP-FPM without also starting it and making it boot on restart. There currently isn't. This can make the role hard to use in certain situations, e.g. when setting up a container for PHP-FPM.