Installs a nextcloud instance. https://nextcloud.com
Go to file
Andrea Dell'Amico 22dfe8eab4
nginx real_ip if behind haproxy.
2022-01-10 23:17:39 +01:00
defaults More config options. nginx aliases. 2022-01-10 23:14:38 +01:00
handlers Initial commit 2020-06-03 19:32:43 +02:00
meta Split the operations in multiple files. 2021-08-13 13:51:35 +02:00
tasks More config options. nginx aliases. 2022-01-10 23:14:38 +01:00
templates nginx real_ip if behind haproxy. 2022-01-10 23:17:39 +01:00
tests Initial commit 2020-06-03 19:32:43 +02:00
vars More config options. nginx aliases. 2022-01-10 23:14:38 +01:00
.gitignore Initial commit 2020-06-03 19:32:43 +02:00
LICENSE Initial commit 2020-06-03 19:32:43 +02:00
README.md Import the old nextcloud role. 2020-06-03 20:32:37 +02:00

README.md

Role Name

A role that installs nextcloud.

Role Variables

The most important variables are listed below:

nextcloud_version: 18.0.4
nextcloud_dist_filename: 'nextcloud-{{ nextcloud_version }}.tar.bz2'
nextcloud_download_url: 'https://download.nextcloud.com/server/releases/{{ nextcloud_dist_filename }}'
nextcloud_local_redis: True
nextcloud_local_memcache: False
nextcloud_local_postgresql: True
nextcloud_encryption_enabled: True
nextcloud_ldap_auth: False

Dependencies

  • php-fpm
  • nginx
  • postgresl
  • memcached
  • redis

License

EUPL-1.2

Author Information

Andrea DellAmico, andrea.dellamico@isti.cnr.it