https://github.com/magna-z/ansible-role-redis
Configure and run unprivileged vanila Redis server as docker container into systemd.service.
https://github.com/magna-z/ansible-role-redis
ansible ansible-role redis redis-server
Last synced: about 1 month ago
JSON representation
Configure and run unprivileged vanila Redis server as docker container into systemd.service.
- Host: GitHub
- URL: https://github.com/magna-z/ansible-role-redis
- Owner: magna-z
- License: mit
- Created: 2023-06-04T17:20:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T17:42:56.000Z (over 1 year ago)
- Last Synced: 2025-02-17T02:22:56.222Z (4 months ago)
- Topics: ansible, ansible-role, redis, redis-server
- Homepage: https://redis.io
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
redis
---Configure and run unprivileged vanila Redis server as docker container into systemd.service.
### Links:
-
-### Variables:
- **`redis_docker_image`** *(type=string, default="redis:latest")* - Docker image for using into systemd.service.- **`redis_config`** *(type=string, mandatory)* - Multiline string for Redis server config (`/etc/redis/server.conf`).