From db5e633e86416d9c814b09a5f7bdd1c0920a3f48 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 22 Jul 2020 08:20:11 -0400 Subject: [PATCH] move varnish ips to proxy. this doesnt fix the oom problem caused by registry --- roles/varnish/templates/proxies.vcl.j2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/varnish/templates/proxies.vcl.j2 b/roles/varnish/templates/proxies.vcl.j2 index ff312af640..b14d85ba89 100644 --- a/roles/varnish/templates/proxies.vcl.j2 +++ b/roles/varnish/templates/proxies.vcl.j2 @@ -96,11 +96,11 @@ backend registry { acl purge { "192.168.1.129"; // wiki01.vpn "192.168.1.130"; // wiki02.vpn - "10.5.128.188"; // wiki01.stg - "10.5.126.63"; // wiki01 - "10.5.126.73"; // wiki02 - "10.5.126.23"; // lockbox01 - "192.168.1.58"; //lockbox01.vpn + "10.3.166.83"; // wiki01.stg + "10.3.163.83"; // wiki01 + "10.3.163.102"; // wiki02 + "10.3.163.35"; // batcave01 + "192.168.1.58"; // batcave01.vpn } sub vcl_synth {