cloud-nextcloud/defaults/main.yml
2024-07-23 19:06:39 +02:00

32 lines
515 B
YAML
Executable File

---
cloud_apps: /opt
cloud_storage: /opt/storage
cloud_stage: prod
cloud_update: false
nextcloud_version: 29.0.3
www_group: www-data
ncloud_db:
type: pgsql
name: ncloud_db
user: ncloud_dbu
pass: ncloud_dbpw
host: localhost
ncloud_admin_user: "nc-admin"
ncloud_admin_pass: "nc-password"
ncloud_data_location: "{{ cloud_storage }}/nextcloud"
ncloud_npush_port: 7867
ncloud_domain:
- my_domain.tld
ncloud_config:
- key: default_phone_region
value: "'DE'"
redis_port: 6379
redis_remote_url: ""