From 9bddd83dd686be0fffded3e7a778dc0762606cf4 Mon Sep 17 00:00:00 2001 From: sambufe Date: Thu, 16 Nov 2017 10:42:20 +0100 Subject: [PATCH] BERFBB-3340 VPN IPs --- customer/fbb-web/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/customer/fbb-web/test.yaml b/customer/fbb-web/test.yaml index 9ff4dc38..404e7e2f 100644 --- a/customer/fbb-web/test.yaml +++ b/customer/fbb-web/test.yaml @@ -284,6 +284,8 @@ infra::profile::nginx_php_fpm_server::vhosts: - '217.66.50.0/24' - '217.66.51.0/24' - '217.66.56.0/24' + #FBB VPN + - '172.18.49.0/24' # FBB '194.174.72.0 - 194.174.79.255' - '194.174.72.0/21' - '194.115.26.6' @@ -333,6 +335,8 @@ infra::profile::nginx_php_fpm_server::vhosts: - '217.66.50.0/24' - '217.66.51.0/24' - '217.66.56.0/24' + #FBB VPN + - '172.18.49.0/24' # FBB '194.174.72.0 - 194.174.79.255' - '194.174.72.0/21' - '194.115.26.6' -- 2.39.5