Redis
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
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: devopstoolbox.redis vars: redis_enable_service: true tags: redis
# Install the role ansible-galaxy install devopstoolbox.redis # Run the playbook ansible-playbook redis-playbook.yml
Last update: 2020-02-09