Skip to content

infopro-digital/ansible-redis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Ansible

Ansible Galaxy Build Status

Install and configure Redis.

Requirements

  • Only Debian Wheezy or Jessie.

Role Variables

  • 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

Dependencies

None.

Example Playbook

Simple

- hosts: servers
  roles:
     - { role: infopro-digital.redis }

Redis from Backports

- hosts: servers
  roles:
     - { role: infopro-digital.redis, redis_use_apt_backports: true }

License

GPLv2

Author Information

  • All issues, pull-request are welcome :)

Packages

No packages published

Languages

  • Shell 100.0%