1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

nextcloud/defaults/main.yml readability

This commit is contained in:
A Holt 2019-07-04 21:45:43 -04:00 committed by GitHub
parent bc4f5007db
commit 6fa2e488f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,12 +8,14 @@
nextcloud_url: /nextcloud
nextcloud_prefix: /opt
nextcloud_data_dir: "{{ content_base }}/nextcloud/data"
nextcloud_data_dir: "{{ content_base }}/nextcloud/data" # /library/nextcloud/data
nextcloud_dl_url: https://download.nextcloud.com/server/releases
nextcloud_orig_src_file_old: latest-15.tar.bz2 # 2019-07-04: for old OS's where PHP 7.1+ isn't detected -- e.g. Raspbian 9, Debian 9, Ubuntu 16.04
# For OLD OS's where PHP 7.1+ isn't detected -- e.g. Raspbian 9, Debian 9, Ubuntu 16.04
nextcloud_orig_src_file_old: latest-15.tar.bz2
nextcloud_src_file_old: nextcloud_{{ nextcloud_orig_src_file_old }}
nextcloud_orig_src_file: latest-16.tar.bz2 # 2019-07-04: for new OS's where PHP 7.1+ is auto-detected -- e.g. Raspbian 10, Debian 10 & Ubuntu 18.04
# For NEW OS's where PHP 7.1+ is auto-detected -- e.g. Raspbian 10, Debian 10 & Ubuntu 18.04
nextcloud_orig_src_file: latest-16.tar.bz2
nextcloud_src_file: nextcloud_{{ nextcloud_orig_src_file }}
# We install on MySQL with these settings: