corford / ansible-role-redis-multi-instance

Ansible role to manage multiple redis instances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role: redis-multi-instance

Ansible role to compile and install redis (for later use by "redis-instance" roles).

This role also creates a systemd target group for any future redis instance(s) to join. All members can then be controlled with a single command:

systemctl [start|stop|restart] redis.target

Note: This role intentionally does not setup or configure individual redis instances.

License

MIT / BSD

About

Ansible role to manage multiple redis instances

License:MIT License