summaryrefslogtreecommitdiff
path: root/roles/elevate/media/defaults/main.yml
blob: 6b96adc56a4446b7d454c839d3766f6922fdc5eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
nextcloud_version: 15

nextcloud_hostnames:
  - wolke.example.com

nextcloud_db:
  db: nextcloud
  user: nextcloud
  password: changeme

nextcloud_admin:
  user: admin
  password: changeme

nextcloud_lvm: {}

nextcloud_max_upload_size: 20G

share_uid: 800
share_gid: 800