From 9008d777073efab4dd0ffe0d3c79d4b2339726e7 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 6 Jul 2018 08:31:42 +0100 Subject: [PATCH] Add OSUOSL machines to backup allow list --- roles/backup.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/backup.rb b/roles/backup.rb index 5b58145d0..cdc361cc2 100644 --- a/roles/backup.rb +++ b/roles/backup.rb @@ -28,6 +28,10 @@ default_attributes( "2001:41c9:2:d6::/64", # bytemark external "212.110.172.32", # shenron "2001:41c9:1:400::32", # shenron + "140.211.167.104", # osuosl + "140.211.167.105", # osuosl + "2605:bc80:3010:700::8cde:a768", # osuosl + "2605:bc80:3010:700::8cde:a769", # osuosl "127.0.0.0/8", # localhost "::1" # localhost ] -- 2.43.2