Skip to content

Setup Redis-Sentinel based on Docker using Ansible

License

Notifications You must be signed in to change notification settings

estaji/redis-sentinel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Install Redis-Sentinel based on Docker using Ansible.

How

Clone this repository, then edit the inventory.ini and vars/config.yaml files.

Consider these requirements:

  • We need 3 identical nodes.
  • Docker should be installed on all nodes.
  • Open Redis and Sentinel ports (6379 and 26379) on all servers.

Then run the playbook:

ansible-playbook -i inventory.ini redis-sentinel-on-docker.yaml

Contribution

Feel free and don't hesitate to contribute to this repository.

About

Setup Redis-Sentinel based on Docker using Ansible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages