blob: 60a7f85ab6d3c56ec5b3085aa59c030c039574ab (
plain)
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
|
---
argument_specs:
main:
short_description: Main entry point for the Nextcloud AIO role
description:
- This role installs the Nextcloud All-in-One flavour as a Docker Compose project.
author:
- Kumar Damani
options:
nextcloud_nas_mount_path:
type: 'str'
required: true
description:
- The path to the data on the NFS share.
nextcloud_php_max_mem_mb:
type: 'int'
required: true
description:
- The max mem in MB to give PHP.
nextcloud_php_max_upload_size_gb:
type: 'int'
required: true
description:
- The max size in GB to allow for file uploads.
|