From 6fed8d4280769697fb3e77e090ab6e4f6ecbe611 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 21 Jul 2014 12:34:40 +0100 Subject: [PATCH] Update shenron IPs in rsync allow lists --- roles/horntail.rb | 4 ++-- roles/ironbelly.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ] }, -- 2.43.2