Ansible role to configure Redis on a proServer.
- proServer or Debian/Ubuntu Linux
- Ansible >=2.9.0
- Ansible option
hash_behaviour
set tomerge
1) Add the role to your playbook. You could add this repository as submodule to your Ansible project's Git repository.
git submodule add https://github.com/punktDe/proserver-ansible-redis.git roles/redis
- name: redis
hosts: all
become: yes
roles:
- redis
2) (Optional) Reconfigure Redis (e.g. in group_vars)
List of available redis.conf options
redis:
redis.conf:
databases: 64
See REPLICATION.md.