Nextcloud-Config weiter entwickeln

This commit is contained in:
Stefan Bethke 2023-08-05 18:59:58 +02:00
commit 099bbe0e66
7 changed files with 225 additions and 11 deletions

View file

@ -0,0 +1,9 @@
---
- name: Nextcloud config
become: true
ansible.builtin.copy:
content: "{{ nextcloud__config_php }}"
dest: "/data/docker/volumes/nextcloud/config/config.php"
mode: "0644"
owner: www-data
group: www-data