ussrlongbow.redis_container
Role Name
This Ansible role sets up a Redis container on target computers.
Requirements
Docker and Python's Docker module need to be installed on the target computers.
Role Variables
Check the defaults for variable settings.
Dependencies
There are no special dependencies. To install Docker, I strongly recommend using geerlingguy.docker.
Example Playbook
Here’s an example of how to use this role with parameters:
- hosts: servers
become: yes
roles:
- role: ussrlongbow.redis_container
License
MIT License