aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/nextcloud/defaults
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2025-06-30 21:11:10 +0000
committerKumar Damani <me@kumardamani.net>2025-06-30 21:11:10 +0000
commita125ec65a120ce23e4e692a48eaa169bc40e5506 (patch)
treec1c7ed19c1e00f33d5fe6d7caa3c622945b3c423 /ansible/roles/nextcloud/defaults
parent7e603bcc92c7ddc19dbfb0c46434bc6847ad3781 (diff)
ansible refactor to newer methods
Diffstat (limited to 'ansible/roles/nextcloud/defaults')
-rw-r--r--ansible/roles/nextcloud/defaults/main.yaml10
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'