DavidWittman / ansible-redis

Highly-configurable Ansible role to install Redis and Redis Sentinel from source
MIT License
663 stars 288 forks source link

Install from Repo + Sentinel and Redis on the same host in one go #248

Closed 2hamed closed 4 years ago

2hamed commented 4 years ago

This PR adds two features to this role:

  1. 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.

  2. 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.