Skip to content

3dprinteros/ansible-redis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DebOps project redis

Travis CI test-suite Ansible Galaxy

debops.redis role allows you to easily setup infrastructure capable of running and managing 1 or more Redis servers. It is completely self healing with Redis Sentinel and supports replication seamlessly.

Few features available in this role:

  • seamless master/slave replication;
  • throw together a master + n slaves + n sentinel setup in about 10 lines of YAML (most of those lines would be adding your hosts to the inventory);
  • your configs are idempotent, even when redis rewrites them;
  • pretty much every redis config value is tweakable;
  • you can easily use this role as a dependency in your other roles;

Installation

This role requires at least Ansible v1.7.0. To install it, run:

ansible-galaxy install debops.redis

Documentation

More information about debops.redis can be found in the official debops.redis documentation.

Role dependencies

  • debops.ferm
  • debops.etc_services
  • debops.secret
  • debops.apt_preferences

Are you using this as a standalone role without DebOps?

You may need to include missing roles from the DebOps common playbook into your playbook.

Try DebOps now for a complete solution to run your Debian-based infrastructure.

Authors and license

redis role was written by:

License: GPLv3


This role is part of the DebOps project. README generated by ansigenome.

About

Install and manage Redis 3.0 cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%