aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/nextcloud/defaults/main.yaml
blob: 138231ff44fd081aa284bf2c79a628eafefabf20 (plain)
1
2
3
4
5
6
7
8
9
10
---

nextcloud_nas_mount_path: '{{ vaultvar_nextcloud_nas_nfs_path }}'
nextcloud_php_max_mem_mb: 8000
nextcloud_php_max_upload_size_gb: 10
# You should have DRI devices showing up in your container in `/dev/dri/`.
# See the TF readme for steps to enable this.
# If not, then set this to false here.
# Leave this as a yaml string, it is going to used as a shell var.
nextcloud_enable_dri: 'true'