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

Adds new config options for diskless replication and `aof-use-rdb-preamble`

This PR tries to address the issue of Sentinel (and redis-server) writing its state back to its own config file using a couple of measures: 1. Splits sentinel and server...

We have a hardened environment where the umask is set 027 globally, so the `/etc/redis` directory is created and non of the configuration can be read by the redis user....

We are sharing one set of sentinel nodes to serve for multiple services. But the problem is once we need to deploy a new service, we need to add it...

create systemd tmpfiles configuration AnsibleUndefinedVariable: /var/run/redis/sentinel_{{ redis_sentinel_port }}.pid: 'redis_sentinel_port' is undefined

Using ansible 2.2.1.0. While the following playbook works, ```yml - name: Redis master hosts: redis-master vars: redis_port: 6389 roles: - role: DavidWittman.redis ``` the next one results in an error,...

as 'include' will be deprecated in ansible v2.8, changed 'include' to 'import_tasks'

Check if redis is installed and do some cleanup

Need for reinstalls when different version of Redis need to be installed on the same machine