2019-04-25 17:14:48 +00:00
# nextcloud_install: False
# nextcloud_enabled: False
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
2017-05-29 22:02:55 +00:00
2017-12-04 15:24:25 +00:00
# REMOVE /opt/nextcloud/version.php TO FORCE AN INSTALL OR REINSTALL OR UPGRADE
2017-12-04 14:56:54 +00:00
nextcloud_force_install : False
2017-05-29 22:02:55 +00:00
nextcloud_url : /nextcloud
nextcloud_prefix : /opt
2017-11-20 21:39:08 +00:00
nextcloud_data_dir : "{{ content_base }}/nextcloud/data"
2018-10-29 09:46:53 +00:00
nextcloud_dl_url : https://download.nextcloud.com/server/releases
2019-04-26 12:11:06 +00:00
nextcloud_orig_src_file: nextcloud-15.tar.bz2 # 2019-04-25 : latest-16.0.0.tar.bz2 requires PHP 7.1+ and so fails on current Raspbian and Debian 9 "Buster". Aside: latest-16.tar.bz2 not yet published at https://download.nextcloud.com/server/releases/
2017-12-04 14:56:54 +00:00
nextcloud_src_file : nextcloud_{{ nextcloud_orig_src_file }}
2017-05-29 22:02:55 +00:00
# we install on mysql with these setting or those from default_vars, etc.
nextcloud_dbname : nextcloud
nextcloud_dbhost : localhost
nextcloud_dbuser : nextcloud
nextcloud_dbpassword : nextcloudmysql
2017-06-19 13:56:54 +00:00
nextcloud_user : nextcloud
nextcloud_user_password : nextcloudmysql
2017-05-29 22:02:55 +00:00
2017-06-26 19:24:58 +00:00
nextcloud_admin_user : 'Admin'
nextcloud_admin_password : 'changeme'
2017-05-29 22:02:55 +00:00
nextcloud_required_ip : 10.0 .0 .0 /8 192.168.0.0/16