blob: 983b05beeb9277afc8226440328372c186949a41 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# nextcloud ~~ roles/nextcloud/tasks/main.yml
# nextcloud variables
---
nextcloud_port: 8080
nextcloud_user: _nextcloud
nextcloud_group: _nextcloud
nextcloud_db: postgres
nextcloud_instance_name: "rgoncalves.se cloud"
nextcloud_php_max_inputtime: 180
nextcloud_php_memory_limit: -1
nextcloud_php_upload_maxsize: 100M
|