From: Tom Hughes Date: Mon, 21 Jul 2014 11:34:40 +0000 (+0100) Subject: Update shenron IPs in rsync allow lists X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/6fed8d4280769697fb3e77e090ab6e4f6ecbe611 Update shenron IPs in rsync allow lists --- diff --git a/roles/horntail.rb b/roles/horntail.rb index fa4b600e1..3c7292596 100644 --- a/roles/horntail.rb +++ b/roles/horntail.rb @@ -77,8 +77,8 @@ default_attributes( :gid => "tomh", :transfer_logging => false, :hosts_allow => [ - "89.16.179.150", # shenron - "2001:41c8:10:996:21d:7dff:fec3:df70", # shenron + "212.110.172.32", # shenron + "2001:41c9:1:400::32", # shenron "212.159.112.221" # grant ] }, diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 513dcef03..34c03de71 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -57,8 +57,8 @@ default_attributes( :gid => "tomh", :transfer_logging => false, :hosts_allow => [ - "89.16.179.150", # shenron - "2001:41c8:10:996:21d:7dff:fec3:df70", # shenron + "212.110.172.32", # shenron + "2001:41c9:1:400::32", # shenron "212.159.112.221" # grant ] },