Added setup for nextcloud #1

Merged
jayne merged 16 commits from testing into prod 2025-04-25 14:39:02 -05:00
Showing only changes of commit c98ed6326f - Show all commits

View file

@ -37,6 +37,11 @@
src: files/php-fpm.ini
dest: /etc/php-legacy/php-fpm.ini
- name: ensure php-fpm.d directory exists
ansible.builtin.file:
path: /etc/php-legacy/php-fpm.d
state: directory
- name: deploy fpm-nextcloud.conf
ansible.builtin.copy:
src: files/fpm-nextcloud.conf