add port variable
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Robert Kaussow 2020-05-15 19:11:40 +02:00
parent 667bbd8604
commit a9922dea7f
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
---
openvpn_client_name: client
openvpn_client_server: vpn.example.com
openvpn_client_server: 1194
openvpn_service_state: started

View File

@ -9,7 +9,7 @@ auth {{ openvpn_client_auth }}
tls-client
client
resolv-retry infinite
remote {{ openvpn_client_server }}
remote {{ openvpn_client_server }} {{ openvpn_client_port }}
nobind
{% if openvpn_client_x509_name is defined %}
verify-x509-name "{{ openvpn_client_x509_name }}" name