ansible-roles/redis
Jérémy Lecour 18ac1e7279
continuous-integration/drone/push Build is passing Details
redis: check maxmemory in NRPE check
If "maxmemory" is set and "maxmemory-policy" is missing or set to 
"noeviction" then we enforce the "maxmemory" limit
2020-12-01 19:02:42 +01:00
..
defaults redis: variable to force use of port 6379 in instances mode 2020-10-19 16:03:58 +02:00
files redis: check maxmemory in NRPE check 2020-12-01 19:02:42 +01:00
handlers redis: add log2mail configuration for Redis if installed 2020-03-02 21:19:50 +01:00
meta change repositories URL 2019-03-21 15:31:58 +01:00
tasks redis: variable to force use of port 6379 in instances mode 2020-10-19 16:03:58 +02:00
templates redis: new syntax for match filter 2020-06-02 11:00:06 +02:00
tests Add tests for many roles 2017-05-18 15:44:21 +02:00
.kitchen.yml Kitchen: Change base image to evolix/ansible 2017-06-02 08:38:08 -04:00
README.md modifications variables 2019-10-24 15:12:55 +02:00

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.