Set up Redis using the latest version of redisio

This replaces the deprecated redis cookbook. Compiles the latest version
of Redis, currently 7.0.11

Refs #488
This commit is contained in:
Greg Karékinian
2023-06-19 16:02:58 +02:00
parent b164d7a444
commit 6116729907
119 changed files with 2568 additions and 7343 deletions

View File

@@ -1,8 +0,0 @@
name "redis_local"
run_list %w(
redisio::default
redisio::enable
)
default_attributes({})

7
roles/redis_server.rb Normal file
View File

@@ -0,0 +1,7 @@
name "redis_server"
run_list %w(
kosmos_redis::default
)
default_attributes({})