No description
Requires adding a Redis host password through `redis_host_password`. If you are updating you existing Nextcloud, you might have to manually update the `<nextcloud-data-volume>/config/config.php` and replace `memcache...` properties with: ``` 'memcache.distributed' => '\OC\Memcache\Redis', 'memcache.local' => '\OC\Memcache\Redis', 'memcache.locking' => '\OC\Memcache\Redis', 'redis' => array( 'host' => 'redis', 'port' => 6379, ), ``` Co-authored-by: Jan Beilicke <dev@jotbe.io> Reviewed-on: #4 |
||
---|---|---|
defaults | ||
files | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
tests | ||
vars | ||
LICENSE | ||
README.md |
Nextcloud (Docker-Compose)
Requirements
- Ansible (implemented and tested with v2.9)
- Ubuntu or Debian server
- Docker Engine + Docker Compose
- Optional: Traefik
Role Variables
TODO
Dependencies
Example Playbook
License
MIT
Author Information
This role was created in 2020 by Jan Beilicke.