aboutsummaryrefslogtreecommitdiff
path: root/roles/nextcloud/defaults/main.yaml
blob: b0c20f356dd78704e538996ebcfcbdc1864cc81e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Default Values
---

nextcloud_uid: "1001"
nextcloud_gid: "1001"
nextcloud_tz: 'America/Toronto'
nextcloud_data_root: ''
nextcloud_host_port: ''

nextcloud_docker_network_name: 'nextcloud_network'

nextcloud_postgres_db: 'nextcloud_db'
nextcloud_postgres_user: 'nextcloud'
nextcloud_postgres_password: ''

nextcloud_container_name: 'nextcloud'
nextcloud_dashboard_url: 'https://{{ nextcloud_domain }}'