Install and configure Redis.
- Only Debian Wheezy or Jessie.
- Default config file is defined in default vars. All config vars are prefixed with "redisconf_".
- redis_use_apt_backports: set true to install Redis from backports (default: false).
- redis_enable: set true to enable Redis service (default: true)
- redis_service_manage: set true to let role manage Redis server start/enable/restart on config change.
- redisconf_auth_password: set a redis server authentication password
None.
- hosts: servers
roles:
- { role: infopro-digital.redis }
- hosts: servers
roles:
- { role: infopro-digital.redis, redis_use_apt_backports: true }
GPLv2
- All issues, pull-request are welcome :)