1
0
Fork 0
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:
A Holt 2017-12-04 09:56:54 -05:00 committed by GitHub
parent 970b0ff648
commit ee735fa1e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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