The possibility to install Redis from a repository (apt/ppa or yum/epel).
Some people may prefer to install Redis using the package manager to be able to easily upgrade to a later version.
The possibility to have both Redis and Sentinel on the same host.
Currently, if you want to have them on the same host, you need to run this role more than once. With this PR it's possible to do it in one go.
This PR adds two features to this role:
The possibility to install Redis from a repository (apt/ppa or yum/epel). Some people may prefer to install Redis using the package manager to be able to easily upgrade to a later version.
The possibility to have both Redis and Sentinel on the same host. Currently, if you want to have them on the same host, you need to run this role more than once. With this PR it's possible to do it in one go.