Add firewall rule to allow access to Redis on Zerotier network
This commit is contained in:
@@ -1,7 +1,18 @@
|
||||
name "redis_server"
|
||||
|
||||
run_list %w(
|
||||
default_run_list = %w(
|
||||
kosmos_redis::default
|
||||
)
|
||||
|
||||
production_run_list = %w(
|
||||
kosmos_redis::default
|
||||
kosmos_redis::firewall
|
||||
)
|
||||
|
||||
env_run_lists(
|
||||
'_default' => default_run_list,
|
||||
'development' => default_run_list,
|
||||
'production' => production_run_list
|
||||
)
|
||||
|
||||
default_attributes({})
|
||||
|
||||
Reference in New Issue
Block a user