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: 3 months 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
```