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