13 lines
256 B
YAML
13 lines
256 B
YAML
---
|
|
# vars file for roles/nextcloud/
|
|
current_svc_name: nextcloud
|
|
current_svc_path: "{{ my_svc_path }}/{{ current_svc_name }}"
|
|
|
|
templates_source: "{{ role_path }}/templates"
|
|
|
|
docker_volume_names:
|
|
- nextcloud
|
|
- nextcloud_config
|
|
- nextcloud_data
|
|
- db
|