summaryrefslogtreecommitdiff
path: root/roles/nextcloud/defaults/main.yml
blob: 16637f446e4c10b4032cbd0302fed3c727e4e9fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
nextcloud_app_uid: "950"
nextcloud_app_gid: "950"

nextcloud_db_uid: "951"
nextcloud_db_gid: "951"

# nextcloud_base_path: /srv/nextcloud

# nextcloud_zfs:
#   pool: storage
#   name: nextcloud
#   size: 500G

# nextcloud_instances:
#   example:
#     new: yes
#     version: 17.0.0
#     port: 8100
#     hostnames:
#       - wolke.example.com
#       - cloud.example.com
#    quota: 100G
#    database:
#      type: mariadb
#      version: 10.4.8
#      password: "{{ vault_nextcloud_database_passwords['example'] }}"