From 14ccfa20e30ce5664050067ec8550190ca13e3c6 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 8 Jan 2020 13:41:35 +0000 Subject: [PATCH] Add in virtual ipv6 hosts for proxy03 and proxy14 --- roles/httpd/proxy/templates/00-namevirtualhost.conf | 4 ++++ roles/mediawiki/templates/LocalSettings.php.fp.j2 | 2 ++ roles/mediawiki123/templates/LocalSettings.php.fp.j2 | 2 ++ 3 files changed, 8 insertions(+) diff --git a/roles/httpd/proxy/templates/00-namevirtualhost.conf b/roles/httpd/proxy/templates/00-namevirtualhost.conf index 1e30856d2e..836bf305e0 100644 --- a/roles/httpd/proxy/templates/00-namevirtualhost.conf +++ b/roles/httpd/proxy/templates/00-namevirtualhost.conf @@ -15,6 +15,8 @@ NameVirtualHost [2001:4178:2:1269::fed2]:443 # proxy03 NameVirtualHost 8.43.85.73:80 NameVirtualHost 8.43.85.73:443 +NameVirtualHost [2620:52:3:1:dead:beef:cafe:fed6]:80 +NameVirtualHost [2620:52:3:1:dead:beef:cafe:fed6]:443 # proxy04 NameVirtualHost 152.19.134.142:80 @@ -71,6 +73,8 @@ NameVirtualHost 209.132.190.2:443 # proxy14 NameVirtualHost 8.43.85.67:80 NameVirtualHost 8.43.85.67:443 +NameVirtualHost [2620:52:3:1:dead:beef:cafe:fed7]:80 +NameVirtualHost [2620:52:3:1:dead:beef:cafe:fed7]:443 #proxy01.stg diff --git a/roles/mediawiki/templates/LocalSettings.php.fp.j2 b/roles/mediawiki/templates/LocalSettings.php.fp.j2 index 2ba00b8b61..87d3997f78 100644 --- a/roles/mediawiki/templates/LocalSettings.php.fp.j2 +++ b/roles/mediawiki/templates/LocalSettings.php.fp.j2 @@ -341,6 +341,7 @@ $wgSquidServersNoPurge = array( # proxy03 "8.43.85.73", + "2620:52:3:1:dead:beef:cafe:fed6", "192.168.1.7", # proxy04 @@ -380,6 +381,7 @@ $wgSquidServersNoPurge = array( # proxy14 "8.43.85.67", + "2620:52:3:1:dead:beef:cafe:fed7", "192.168.1.159", {% endif %} diff --git a/roles/mediawiki123/templates/LocalSettings.php.fp.j2 b/roles/mediawiki123/templates/LocalSettings.php.fp.j2 index 0bb1f219ac..11af416c12 100644 --- a/roles/mediawiki123/templates/LocalSettings.php.fp.j2 +++ b/roles/mediawiki123/templates/LocalSettings.php.fp.j2 @@ -341,6 +341,7 @@ $wgSquidServersNoPurge = array( # proxy03 "8.43.85.73", + "2620:52:3:1:dead:beef:cafe:fed6", "192.168.1.7", # proxy04 @@ -380,6 +381,7 @@ $wgSquidServersNoPurge = array( # proxy14 "8.43.85.67", + "2620:52:3:1:dead:beef:cafe:fed7", "192.168.1.159", {% endif %}