summaryrefslogtreecommitdiff
path: root/roles/apps/nextcloud/defaults/main.yml
blob: 158da1804c72a5dd3d12796c1547958c79c3d470 (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
28
29
30
31
32
---
nextcloud_app_uid: "950"
nextcloud_app_gid: "950"

nextcloud_db_uid: "951"
nextcloud_db_gid: "951"

nextcloud_redis_uid: "952"
nextcloud_redis_gid: "952"

# nextcloud_instances:
#   example:
#     new: yes
#     version: 17.0.0
#     port: 8100
#     storage:
#       type: ...
#     database:
#       type: mariadb
#       version: 10.4.8
#       password: "{{ vault_nextcloud_database_passwords['example'] }}"
#     custom_image:        # optional
#       from: foo/bar:1.0  # optional
#       dockerfile: |
#         RUN apt-get install ...
#     publish:
#       zone: "{{ apps_publish_zone__foo }}"
#       hostnames:
#       - wolke.example.com
#       - cloud.example.com
#       tls:
#         certificate_provider: ...