ansible-role-redis
ansible-role-redis copied to clipboard
Ansible Role - Redis
This add 2 options - for debian/ubuntu, use redis repository with more recent packages - to handle configuration outside of role for applications that require it
I was working on an ansible role for nocodb but I could not manage to pass idempotent test on [this workflow](https://github.com/chadek/ansible-role-nocodb/actions/runs/7877032497/job/21492317280?pr=5) because of a really weird behavior of this role...
as mentioned in #77
as documented here, archlinux puts the redis.conf into /etc/redis https://archlinux.org/packages/extra/x86_64/redis/ it also puts redis-sentinel conf there, by the way, as sentinel.conf
Hi all, this would add opensuse support to this role. OpenSUSE makes the redis instance configurable, but I don't know about the other distributions.
Hi, i would be nice if this ansible role provide a possibility to got redis packes from the redis.io repository. Currently Debian Std. Repo provides redis 6.0.x and debian backport...
Allow specification of ACL files to include and move includes to the bottom of the template
Fix the following on the new Ubuntu host ```shell fatal: [172.30.1.236]: FAILED! => {"changed": false, "msg": "No package matching 'redis-server' is available"} ```