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 422e233527 - Show all commits

View file

@ -18,12 +18,13 @@
src: files/nextcloud-php.ini
dest: /etc/webapps/nextcloud/php.ini
- name: enforce symlink to nextclound config file
ansible.builtin.file:
- name: copy nextcloud config file into config location
ansible.builtin.copy:
src: /mnt/nextcloud/config.php
dest: /etc/webapps/nextcloud/config/config.php
state: link
force: yes
owner: nextcloud
group: nextcloud
mode: '0700'
- name: Create sessions directory
ansible.builtin.file: