roles/nextcloud: Use Redis for caching

The Nextcloud community [recommends][0] using Redis as a cache provider,
to improve response times and file locking reliability.
This commit is contained in:
2021-06-25 11:10:59 -05:00
parent 05a414100a
commit c68f10d771
2 changed files with 13 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
dependencies:
- role: redis
tags:
- redis
- role: cert
vars:
cert_src: lego/_.pyrocufflink.net.crt
@@ -6,4 +9,4 @@ dependencies:
cert_key_src: lego/_.pyrocufflink.net.key
cert_key_dest: '{{ apache_ssl_certificate_key }}'
tags:
- nextcloud
- nextcloud