Files
chef/roles/redis_server.rb
T
2026-09-21 19:26:50 +02:00

18 lines
306 B
Ruby

name "redis_server"
default_run_list = %w(
kosmos_redis::default
)
production_run_list = %w(
kosmos_redis::default
kosmos_redis::firewall
)
# TODO: Replace the old backup
env_run_lists(
'_default' => default_run_list,
'development' => default_run_list,
'production' => production_run_list
)