ansible-collection-famedly-.../roles/redis
2024-09-03 10:55:17 +02:00
..
defaults chore(redis): add assertion for version with license change 2024-06-12 11:21:02 +02:00
handlers chore(redis): fix lints in role 2023-02-22 18:35:21 +01:00
tasks fix(redis): assert version correctly 2024-06-25 16:19:38 +02:00
templates chore(redis): set acl if username is specified 2024-09-03 10:55:17 +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.