php: Erstelle allgemeine PHP-FPM-Konfiguration

This commit is contained in:
phil 2022-08-18 08:40:39 +02:00
parent cf112b7cc1
commit fc7c14eda5
5 changed files with 88 additions and 1 deletions

View file

@ -8,3 +8,12 @@
service:
name: "php{{ php_version.stdout }}-fpm"
state: reloaded
- name: stop php-fpm-socket
command: systemctl stop php-fpm@*.socket
- name: stop php-fpm-service
command: systemctl stop php-fpm@*.service
- name: start php-fpm-socket
command: systemctl start php-fpm@*.socket --all