Installs a nextcloud instance. https://nextcloud.com
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrea Dell'Amico 0ee4e0b488
New default PHP version.
4 months ago
defaults New default PHP version. 4 months ago
handlers Initial commit 4 years ago
meta Split the operations in multiple files. 3 years ago
tasks More config options. nginx aliases. 2 years ago
templates nginx real_ip if behind haproxy. 2 years ago
tests Initial commit 4 years ago
vars New default PHP version. 4 months ago
.gitignore Initial commit 4 years ago
LICENSE Initial commit 4 years ago
README.md Import the old nextcloud role. 4 years ago

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