ansible-roles/redis/README.md

24 lines
598 B
Markdown
Raw Normal View History

2016-09-29 10:59:13 +02:00
# munin
Installation and basic configuration of Redis.
2016-09-29 10:59:13 +02:00
This role is based on https://github.com/geerlingguy/ansible-role-redis
2016-09-29 10:59:13 +02:00
## Tasks
2016-09-29 10:59:13 +02:00
Everything is in the `tasks/main.yml` file.
2016-09-29 10:59:13 +02:00
## Available variables
2016-09-29 10:59:13 +02:00
Main variables are :
2016-09-29 10:59:13 +02:00
* `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.
2016-09-29 10:59:13 +02:00
The full list of variables (with default values) can be found in `defaults/main.yml`.