nextcloud: Eigener PHP-FPM-Master pro Nextcloud-Instanz

This commit is contained in:
phil 2022-07-26 16:44:42 +02:00
parent 230c3f538f
commit a996e6ebeb
19 changed files with 231 additions and 105 deletions

View file

@ -15,12 +15,16 @@
state: reloaded
delegate_to: "{{ gateway_host }}"
- name: restart phpfpm
service:
name: "php{{ php_version.stdout }}-fpm"
state: restarted
- name: restart munin-node
service:
name: munin-node
state: restarted
state: restarted
- 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