Nextcloud-Config weiter entwickeln
This commit is contained in:
parent
dff8f0ee8b
commit
099bbe0e66
7 changed files with 225 additions and 11 deletions
9
playbooks/roles/nextcloud/tasks/main.yaml
Normal file
9
playbooks/roles/nextcloud/tasks/main.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue