ansible-collection-famedly-.../roles/redis
2023-03-10 10:28:44 +01:00
..
defaults chore(redis): migrate to standardized container image variable structure 2023-03-10 10:28:44 +01:00
handlers chore(redis): fix lints in role 2023-02-22 18:35:21 +01:00
tasks chore(redis): migrate to standardized container image variable structure 2023-03-10 10:28:44 +01:00
templates feat(redis): allow configuring max allowed memory 2021-10-19 12:14:58 +02:00
vars chore(redis): fix lints in role 2023-02-22 18:35:21 +01:00
README.md chore: update READMEs 2021-09-07 08:59:51 +02:00

famedly.base.redis ansible role

This role can be used to deploy redis in a docker container, and can be used as a easy drop-in when an application needs a redis DB for caching/...

Usage

The role supports prefixing all paths/users/containers with redis_prefix, so the role can easily be used multiple times for different usage cases.

For securing redis additionally, a redis_secret can be configured. Keep in mind that redis recommends very long secrets, as redis itself has no brute-force- protection.