iad2: openvpn/client: point all the iad2 instances to use the iad2 bastion

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-18 13:33:12 -07:00
parent 4eee290230
commit 998a7beb31

View file

@ -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