Add Redis replica recipe and role

This commit is contained in:
2024-01-24 18:11:58 +03:00
parent c32e8bc9e5
commit 88e96747e3
5 changed files with 51 additions and 13 deletions

View File

@@ -7,6 +7,7 @@ default_run_list = %w(
production_run_list = %w(
kosmos_redis::default
kosmos_redis::firewall
kosmos_redis::backup
)
env_run_lists(
@@ -14,5 +15,3 @@ env_run_lists(
'development' => default_run_list,
'production' => production_run_list
)
default_attributes({})