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

Hello, Can you please change all the include keywords in [tasks/main.yml](https://github.com/DavidWittman/ansible-redis/blob/56491474bc5b24e302a971c962263e84b091df89/tasks/main.yml) to "include_tasks" as the include keyword is deprecated and will be removed. Thanks

Hi, currently it is not supported to install redis from the main repository of a servers distribution. This may have been a good approach when redis was still in its...

This is a pre-requisite for the install from repo PR.

At the moment, it is not possible to use redis with a password + sentinel. This PR fixes that.

Hello, First, thank for this ansible playbook! Just wanted to ask if you could change the default redis version in the default/main.yml file? The version 2.8.24 is quite old, it...

How do you guys connect to redis? Am I getting this right, once everything deployed with sentinel, you need to setup haproxy upfront sentinel machines? HAPROXY(keepalived) p26379 HAPROXY(keepalived) 26379 ||...

I have noticed this while upgrading to Ansible 2.7.12. I am not sure yet what the implications are (e.g. is it already not flushing, when it should?). ``` TASK [DavidWittman.redis...

Hello, I want to create redis cluster using `redis-cli --cluster create XXX` redis feature, but I need these variables for this: `-cluster-enabled yes` `-cluster-node-timeout 5000` `-appendonly yes` `-cluster-require-full-coverage yes` `-cluster-allow-reads-when-down...