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.
|
2 years ago | |
---|---|---|
.. | ||
defaults | 2 years ago | |
files | 2 years ago | |
handlers | 3 years ago | |
meta | 2 years ago | |
tasks | 2 years ago | |
templates | 2 years ago | |
tests | 6 years ago | |
.kitchen.yml | 6 years ago | |
README.md | 3 years ago |
README.md
munin
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_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
.