Add mastodon-redis role

This commit is contained in:
staticsafe 2017-11-26 17:37:15 -05:00
parent d45d95fced
commit b9c8c0a9b0
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
# This playbook installs Redis for Mastodon's user
- name: Install redis
apt: name={{ item }} state=latest update_cache=yes
with_items:
- redis
- redis-server

View File

@ -6,3 +6,4 @@
- ruby
- mastodon-app
- mastodon-postgresql
- mastodon-redis