From 73bc92f9c092b806028b7e8751a25bb03597a0c6 Mon Sep 17 00:00:00 2001 From: Fulvio Galeazzi <fulvio.galeazzi@garr.it> Date: Tue, 31 Mar 2020 16:34:56 +0200 Subject: [PATCH] Update openvpn --- group_vars/openvpn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/group_vars/openvpn b/group_vars/openvpn index 48cd086..8a64ccd 100644 --- a/group_vars/openvpn +++ b/group_vars/openvpn @@ -25,7 +25,10 @@ pushtoclient: # Should you prefer to redirect ALL client traffic through VPN, add this # - {param: "redirect-gateway", value: "def1 bypass-dhcp"} - +# OpenVPN Client configuration files will appear under <cfghome>/files +# Files files will be all-in-one, and the file name will be <nameshort> +# Add as many stanzas as you need: within each stanza the string after +# the dash is just a string, will not appear anywhere. clientconfig: cfghome: /home/ubuntu/client-configs cfghomeusr: ubuntu -- GitLab