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-05-16 19:48:19 +00:00
# 2019-05-11: latest-16.tar.bz2 finally published to https://download.nextcloud.com/server/releases/ (nextcloud/server#15502) e.g. for Ubuntu 18.04 & Debian 10
2019-05-16 21:05:06 +00:00
nextcloud_orig_src_file_old: latest-15.tar.bz2 # 2019-05-16 : for legacy OS's Debian 9 & Raspbian 9 where PHP 7.1+ isn't available
2019-05-16 21:00:32 +00:00
nextcloud_src_file_old : nextcloud_{{ nextcloud_orig_src_file_old }}
2019-05-16 21:05:06 +00:00
nextcloud_orig_src_file: latest-16.tar.bz2 # 2019-05-16 : for all other OS's e.g. Debian 10 & Ubuntu 18.04 where PHP 7.1+ is hopefully available!
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