ansible-roles/redis
Jérémy Lecour aa28e9c1b8 change repositories URL 2019-03-21 15:31:58 +01:00
..
defaults redis: add variable for configure unixsocketperm 2019-01-28 14:26:13 +01:00
files redis: higher limit of open files 2019-03-08 13:44:12 +01:00
handlers redis: add variables to prevent or force restart 2018-12-21 11:11:15 +01:00
meta change repositories URL 2019-03-21 15:31:58 +01:00
tasks redis: set variables on nclusion, not with set_facts 2019-03-08 13:44:12 +01:00
templates redis: add variable for configure unixsocketperm 2019-01-28 14:26:13 +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 Redis: Add the possibility to set an instance password 2017-09-28 15:02:29 +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_daemon: name of the process ;
  • redis_conf_path: config file location ;
  • redis_port: listening TCP port ;
  • redis_bind_interface: listening IP address ;
  • redis_password: password for redis. Empty means no password ;
  • 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.