From 998a7beb313a577cee287309971fb707b94e070e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 18 May 2020 13:33:12 -0700 Subject: [PATCH] iad2: openvpn/client: point all the iad2 instances to use the iad2 bastion Signed-off-by: Kevin Fenzi --- roles/openvpn/client/templates/client.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/openvpn/client/templates/client.conf b/roles/openvpn/client/templates/client.conf index e2514316b0..c7b1409e10 100644 --- a/roles/openvpn/client/templates/client.conf +++ b/roles/openvpn/client/templates/client.conf @@ -9,9 +9,13 @@ dev tun proto udp +{% if datacenter == 'phx2' %} # Specify multiple vpn servers here remote gateway remote bastion02 +{% elif datacenter == 'iad2' %} +remote bastion-iad01.fedoraproject.org +{% endif %} resolv-retry infinite