Redis

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Redis

As a: UNIX and Linux system administrator

I want to: install Redis

So that: set up an in-memory data structure, database, cache or message broker.

Using the role

Using the role in a playbook
---
- name: Install redis
  hosts: all

  tasks:
    - name: redis is configured
      import_role:
        name: crivetimihai.redis
      vars:
        redis_enable_service: true
      tags: redis
# Install the role
ansible-galaxy install crivetimihai.redis

# Run the playbook
ansible-playbook redis-playbook.yml

Last update: 2020-02-04