mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
iad2: drop conditionals, just connect to gateway
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -9,13 +9,9 @@ dev tun
|
||||
|
||||
proto udp
|
||||
|
||||
{% if datacenter != 'iad2' %}
|
||||
# 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