ansible-roles/redis
Jérémy Lecour b2ce195474 redis: && → and 2017-06-12 16:37:56 +02:00
..
defaults Redis: default unix socket 2016-12-21 16:12:27 +01:00
files redis: add munin config 2017-06-02 14:28:29 +02:00
handlers redis: works with munin installed or not 2017-06-12 15:28:23 +02:00
meta Ansible >= 2.2 supported 2017-03-24 14:15:09 +01:00
tasks redis: && → and 2017-06-12 16:37:56 +02:00
templates ajoute un rôle "redis" 2016-12-21 16:11:45 +01: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 Improve documentation 2017-01-05 18:22:06 +01: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_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.