blob: 040338c32b793c3d35618c3854d4819ab367058b (
plain) (
tree)
|
|
# 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"
|