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

As another version of https://github.com/DavidWittman/ansible-redis/pull/103 which includes updates to init.d

This change refers to [this](https://github.com/DavidWittman/ansible-redis/pull/254) PR and should be merged together.

Hello, maybe I just didn't figure this out yet, but if, and if yes, how is it possible to setup multiple instances with this role? In case this is not...

- Fixed some deprecations (with_items, using tests as filters) - Updated checksums - Idempotent implementation for log file creation tasks (avoid using touch) - Idempotent implementation for config file tasks...

Added note about protected mode + vars updated

I installed a single node Redis on CentOS7! Thanks for this role!

Similarly to Ubuntu, `/var/run` or `/run` on CentOS 7 is a `tmpfs` based file system and get emptied on reboot. Adding the creation step of that PIDDIR folder in the...

I used this role to install a redis 5.0.8 master/slave setup. On the slave I got the following error in `journalctl -u redis_6379`: ``` Mär 25 13:59:02 *** redis-server[11357]: ***...

https://github.com/DavidWittman/ansible-redis/blob/98bef17f323438dec378527e459e7fd72d27e31f/templates/default/redis.init.j2#L50 referenced variable $NAME is not defined anywhere in the redis.init.j2 template

fatal: [172.104.5.7]: FAILED! => {"changed": false, "failed": true, "msg": "Unable to start service sentinel_26379: Job for sentinel_26379.service failed because the control process exited with error code. See \"systemctl status sentinel_26379.service\"...