Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angristan/ansible-redis
Ansible role for Redis
https://github.com/angristan/ansible-redis
ansible debian redis ubuntu
Last synced: 19 days ago
JSON representation
Ansible role for Redis
- Host: GitHub
- URL: https://github.com/angristan/ansible-redis
- Owner: angristan
- License: mit
- Created: 2019-02-16T18:14:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T16:38:07.000Z (over 2 years ago)
- Last Synced: 2025-01-19T22:16:16.827Z (22 days ago)
- Topics: ansible, debian, redis, ubuntu
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible role for Redis
This is a simple role that will install Redis on Debian/Ubuntu.
## Sample playbook
```yaml
---- hosts: myhost
roles:
- name: redis
tags: redis
```