php_app_separated_data #1

Merged
clement.veret merged 12 commits from php_app_separated_data into main 2025-03-09 16:56:37 +01:00
5 changed files with 15 additions and 10 deletions
Showing only changes of commit 0278b95bcf - Show all commits

View File

@@ -25,3 +25,11 @@
loop: "{{ php_modules }}" loop: "{{ php_modules }}"
notify: notify:
- Restart php-fpm - Restart php-fpm
- name: Create standard php app data dir
ansible.builtin.file:
state: directory
dest: "{{ php_data_dir }}"
owner: www-data
group: www-data
mode: "0o750"

3
roles/php/vars/main.yml Normal file
View File

@@ -0,0 +1,3 @@
---
php_data_dir: /srv/www-data