mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user