diff --git a/ncsa_http_proxy.pac b/ncsa_http_proxy.pac
index 18ab5d48b6db19720d55a86bdbb63997ab86a95f..ac8644d07f240c1453fcca60ec00cfe5aa44a5d9 100644
--- a/ncsa_http_proxy.pac
+++ b/ncsa_http_proxy.pac
@@ -490,7 +490,12 @@ function FindProxyForURL(url, host) {
                 "name": "safteynet",
                 "start": "172.27.0.1",
                 "netmask": "255.255.248.0"
-        }
+        },
+        {
+            "name": "neteng ansible",
+            "start": "141.142.141.137",
+            "netmask": "255.255.255.255"
+        },
     ];
         for (var i = 0; i < neteng_bastion_subnets.length; i++)
     {