You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
691 B
691 B
Redis
Installation and basic configuration of Redis.
This role is based on https://github.com/geerlingguy/ansible-role-redis
Tasks
Everything is in the tasks/main.yml
file.
Available variables
Main variables are :
redis_conf_dir
: config directory ;redis_port
: listening TCP port ;redis_bind_interfaces
: listening IP addresses (array) ;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
.