diff options
Diffstat (limited to 'ansible/roles/nextcloud/defaults')
| -rw-r--r-- | ansible/roles/nextcloud/defaults/main.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ansible/roles/nextcloud/defaults/main.yaml b/ansible/roles/nextcloud/defaults/main.yaml new file mode 100644 index 0000000..138231f --- /dev/null +++ b/ansible/roles/nextcloud/defaults/main.yaml @@ -0,0 +1,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' |
