|
10 months ago | |
---|---|---|
.. | ||
defaults | 10 months ago | |
files | 10 months ago | |
handlers | 10 months ago | |
meta | 1 year ago | |
tasks | 10 months ago | |
templates | 10 months ago | |
tests | 3 years ago | |
.kitchen.yml | 3 years ago | |
README.md | 1 year ago |
Installation and basic configuration of Redis.
This role is based on https://github.com/geerlingguy/ansible-role-redis
Everything is in the tasks/main.yml
file.
Main variables are :
redis_conf_dir
: config directory ;redis_port
: listening TCP port ;redis_bind_interface
: listening IP address ;redis_password
: password for redis. Empty means no password ;redis_socket_dir
: Unix socket directory ;redis_log_level
: log verbosity ;redis_log_dir
: log file directory.redis_maxmemory
: max memory (0 for no limit)The full list of variables (with default values) can be found in defaults/main.yml
.