mirror of
https://github.com/shouptech/ansible-role-nextcloud.git
synced 2026-02-03 15:09:42 +00:00
6 lines
261 B
YAML
6 lines
261 B
YAML
---
|
|
# defaults file for nextcloud
|
|
nextcloud_package_url: https://download.nextcloud.com/server/releases/nextcloud-12.0.3.tar.bz2
|
|
nextcloud_package_destination: "{{ ansible_env.HOME }}"
|
|
nextcloud_install_destination: /opt/nextcloud
|
|
nextcloud_use_firewalld: true
|