From: Tom Hughes Date: Mon, 9 May 2016 17:08:34 +0000 (+0100) Subject: Allow database connections from VPN addresses X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/8795cecc63348dd83f3b4cb320742fba915132b9?hp=9bade5e7b36fa2f244f553945e80638c4aae7464 Allow database connections from VPN addresses --- diff --git a/roles/db.rb b/roles/db.rb index 40bbcacaa..b1c9e4f05 100644 --- a/roles/db.rb +++ b/roles/db.rb @@ -50,6 +50,7 @@ default_attributes( :cpu_tuple_cost => "0.1", :late_authentication_rules => [ { :address => "146.179.159.160/27" }, + { :address => "10.0.16.0/20" }, { :address => "10.0.32.0/20" } ] }