ansible-roles/redis
Jérémy Lecour 5a4f838375 Unix mode MUST be a quoted string when using octal notation 2017-01-05 12:03:54 +01:00
..
defaults Redis: default unix socket 2016-12-21 16:12:27 +01:00
handlers ajoute un rôle "redis" 2016-12-21 16:11:45 +01:00
tasks Unix mode MUST be a quoted string when using octal notation 2017-01-05 12:03:54 +01:00
templates ajoute un rôle "redis" 2016-12-21 16:11:45 +01:00
README.md Switch to English for documentation and comments 2016-12-21 16:12:12 +01:00

README.md

munin

Install Redis with sensible configuration.

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_daemon: name of the process ;
  • redis_conf_path: config file location ;
  • redis_port: listening TCP port ;
  • redis_bind_interface: listening IP address ;
  • redis_unixsocket: Unix socket ;
  • redis_loglevel: log verbosity ;
  • redis_logfile: log file location.

The full list of variables (with default values) can be found in defaults/main.yml.