Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```