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

I receive this warning ``` [DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated. Use 'import_tasks' for static inclusions or 'include_tasks' for dynamic inclusions. This feature will be...

Hello. Nice Project, reaaly handy. I just have one issue though, is that every time I setup a cluster through this module, it seems that the flag cluster_enabled is not...

redis_logfile should have a default value. Even file name is not provided, redis will use a default file name for logs. if current user does not have permission to create...

The goal here is to be able to use the same configs for both master and slave (from the external playbook). If the defined slaveof *is* the current redis server,...

I was having a really unpleasant time with Vagrant and slow installation times (including Chef in the images and all), so I set up Kitchen to use Docker instead. I'm...

Make the role aware of the runtime-assigned replication roles of existing Redis instances to avoid forcing role changes to instances (which might cause downtime). Do it by sourcing data from...

When changing the bind address of the redis the managed redis instances, ansible hangs on waiting for the service to come back up. I think that this is because the...

If you use the ansible role to change the auth for a server, it will rewrite the password in the config file. To restart, though, the generated service uses the...

Hi there, I've been doing some manual testing with Redis sentinel and its election of a new master. This all works fine as expected :smile: The issue I've got is...

It would be very useful to have the ability to see the Redis service(s) status via `service status`. I guess we could use: - Debian -> `status_of_proc` via `/lib/lsb/init-functions` -...