mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
nextcloud_force_install: False
This commit is contained in:
parent
970b0ff648
commit
ee735fa1e2
1 changed files with 5 additions and 1 deletions
|
@ -1,11 +1,15 @@
|
|||
nextcloud_install: True
|
||||
nextcloud_enabled: False
|
||||
|
||||
# REMOVE /opt/nextcloud/version.php TO FORCE AN UPGRADE OR REINSTALL
|
||||
nextcloud_force_install: False
|
||||
|
||||
nextcloud_url: /nextcloud
|
||||
nextcloud_prefix: /opt
|
||||
nextcloud_data_dir: "{{ content_base }}/nextcloud/data"
|
||||
nextcloud_dl_url: https://download.nextcloud.com/server/releases/
|
||||
nextcloud_src_file: latest-12.tar.bz2
|
||||
nextcloud_orig_src_file: latest-12.tar.bz2
|
||||
nextcloud_src_file: nextcloud_{{ nextcloud_orig_src_file }}
|
||||
|
||||
# we install on mysql with these setting or those from default_vars, etc.
|
||||
nextcloud_dbname: nextcloud
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue