nextcloud: Bereite PHP-PFM-Härtung von

This commit is contained in:
phil 2023-02-26 00:31:22 +01:00
parent 329215b3c9
commit 31fd563b47
2 changed files with 21 additions and 0 deletions

View file

@ -11,6 +11,23 @@
- stop php-fpm-service
- start php-fpm-socket
#- name: "php | Erstelle PHPPFM-override-Verzeichnis"
# ansible.builtin.file:
# path: "/etc/systemd/system/php-fpm@{{ instance.user }}.service.d"
# state: directory
# mode: 0755
#- name: "php | Kopiere PHPFPM-override-Datei"
# ansible.builtin.template:
# src: systemd/php-fpm-override.conf
# dest: "/etc/systemd/system/php-fpm@{{ instance.user }}.service.d/override.conf"
# mode: 0644
# notify:
# - stop php-fpm-socket
# - stop php-fpm-service
# - Systemd daemon-reload
# - start php-fpm-socket
- name: "php | {{ instance.name }} | Erstelle Log-Datei"
file:
path: "{{ php_fpm_log_dir }}/{{ instance.user }}.log"

View file

@ -0,0 +1,4 @@
# {{ ansible_managed }}
[Service]
ReadWritePaths=-{{ nextcloud_install_path }}/