DavidWittman / ansible-redis

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

Set additional config through a variable #244

Closed calvinbui closed 4 years ago

calvinbui commented 4 years ago

Closes https://github.com/DavidWittman/ansible-redis/issues/242, Closes https://github.com/DavidWittman/ansible-redis/issues/105

Adds the ability to add more configuration options to redis.

This will allow users to add their own config without the role having to manually specify new ones all the time.

Signed-off-by: Calvin Bui 3604363+calvinbui@users.noreply.github.com

DavidWittman commented 4 years ago

Thanks @calvinbui!