ansible-redis icon indicating copy to clipboard operation
ansible-redis copied to clipboard

Highly-configurable Ansible role to install Redis and Redis Sentinel from source

Results 60 ansible-redis issues
Sort by recently updated
recently updated
newest added

Great module; very nicely setup Redis on my CentOS7 system. Much easier than writing it myself. However, I found myself wanting a couple features: 1. Don't rerun install if the...

enhancement

``` Apr 21 06:27:15 netbox systemd[1]: Starting redis_6379.service - Advanced key-value store... Apr 21 06:27:15 netbox redis-server[10661]: *** FATAL CONFIG FILE ERROR *** Apr 21 06:27:15 netbox redis-server[10661]: Reading the...

Thanks, great project! I'd like to separate my redis logs from syslog, since I monitor that with Loki, and the sheer volume of redis logs in syslog swamps out the...

Performing `$ ansible-galaxy install davidwittman.redis` installs the dated version 1.2.9 of the role from Ansible Galaxy. This version has issues like using deprecated modules `ansible.builtin.include` which fail to work with...

This issue was discovered when attempt to build Redis 7.2.4 (Likely also occur in earlier version as well)

Thanks for this great project, i'm using it from several time now, and today i'm faced to this error. I'm not clear about what happened, and what can be the...

Defaults to `systemd` or `upstart` if `redis_as_service=true` and `ansible_service_mgr` is defined and suitable. Otherwise set to `no` (Redis default).

This is helpful if multiple redis instances are installed on the same host