Add firewall rule to allow access to Redis on Zerotier network
This commit is contained in:
@@ -7,6 +7,8 @@ include_recipe 'redisio::default'
|
||||
include_recipe 'redisio::enable'
|
||||
|
||||
unless node.chef_environment == "development"
|
||||
include_recipe "kosmos_redis::firewall"
|
||||
|
||||
# Backup the databases to S3
|
||||
databases = node['redisio']['servers'].map do |server, _|
|
||||
"dump-#{server['port']}"
|
||||
|
||||
Reference in New Issue
Block a user