Skip to content

Redis cluster and sentinel with Stunnel option installation playbook

umtakcn/ansible-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Redis cluster and sentinel with Stunnel option installation playbook

You can install Redis Cluster or Sentinel with or without Stunnel via this Ansible role.

Once you start the role, you will be asked to choose from Redis Cluster or Sentinel. After you select it, again you will be asked whether you want Stunnel or not.

If you select Cluster, role will create three node six instance Redis Cluster. If you select Sentinel, role will create three node Sentinel.

Two thing you need to do before run this role. First you need to specify three server ip (1 Master, 2 Slave) in inventory file. Second, you need to place Redis and Stunnel(if you want to install) setup files in /opt/files on Ansible server and rename its names to "redis" and "stunnel". If you select Stunnel too, you need to set certificate too which is under tasks/stunnel. You can also change redis configuration file variables. All variables are under vars folder.

About

Redis cluster and sentinel with Stunnel option installation playbook

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages