diff options
| author | Ricky Elrod <codeblock@fedoraproject.org> | 2016-06-23 00:46:00 +0000 |
|---|---|---|
| committer | Ricky Elrod <codeblock@fedoraproject.org> | 2016-06-23 00:46:00 +0000 |
| commit | 0da8bf99ad75db8d03730dc67f28ca7ecd7f0629 (patch) | |
| tree | 244fe2b6d7dc3145bffd7625bbdea1b1184c63e8 | |
| parent | d1220c01b1a9d27cbb66523c6ac5e8b9472e6098 (diff) | |
| parent | fb56332fc1e7abe426d118196818a78113bd0b41 (diff) | |
| download | ansible-0da8bf99ad75db8d03730dc67f28ca7ecd7f0629.tar.gz ansible-0da8bf99ad75db8d03730dc67f28ca7ecd7f0629.tar.xz ansible-0da8bf99ad75db8d03730dc67f28ca7ecd7f0629.zip | |
Merge branch 'master' of /git/ansible
| -rw-r--r-- | roles/mediawiki/templates/LocalSettings.php.fp.j2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/mediawiki/templates/LocalSettings.php.fp.j2 b/roles/mediawiki/templates/LocalSettings.php.fp.j2 index fec82996c..c4de329cb 100644 --- a/roles/mediawiki/templates/LocalSettings.php.fp.j2 +++ b/roles/mediawiki/templates/LocalSettings.php.fp.j2 @@ -381,6 +381,10 @@ $wgSquidServersNoPurge = array( "140.211.169.196", "192.168.1.63", + # proxy07 + "174.141.234.172", + "192.168.1.52", + # proxy08 "67.203.2.67", "2607:f188::dead:beef:cafe:fed1", @@ -423,6 +427,8 @@ $wgSquidServers = array( "192.168.1.25:6081", # proxy06 "192.168.1.63:6081", + # proxy07 + "192.168.1.52:6081", # proxy08 "192.168.1.78:6081", # proxy10 |
