ansible-role-nextcloud/README.md

40 lines
694 B
Markdown
Raw Permalink Normal View History

2020-06-03 19:32:43 +02:00
Role Name
=========
2020-06-03 20:32:37 +02:00
A role that installs nextcloud.
2020-06-03 19:32:43 +02:00
Role Variables
--------------
2020-06-03 20:32:37 +02:00
The most important variables are listed below:
``` yaml
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
```
2020-06-03 19:32:43 +02:00
Dependencies
------------
2020-06-03 20:32:37 +02:00
* php-fpm
* nginx
* postgresl
* memcached
* redis
2020-06-03 19:32:43 +02:00
License
-------
EUPL-1.2
Author Information
------------------
2020-06-03 20:32:37 +02:00
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>