From 6878e497964135e51fac6d627c1f75b5c6df3727 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 01 2014 10:22:10 +0000 Subject: Fix the files list in the openvpn/client role --- diff --git a/roles/openvpn/client/files/client.conf b/roles/openvpn/client/files/client.conf new file mode 100644 index 0000000..d274e72 --- /dev/null +++ b/roles/openvpn/client/files/client.conf @@ -0,0 +1,25 @@ +client + +dev tun + +proto udp + +# Specify multiple vpn servers here +remote gateway +remote bastion02 + +resolv-retry infinite + +nobind + +persist-key +persist-tun + +ca ca.crt +cert client.crt +key client.key + +comp-lzo + +#route 10.5.126.0 255.255.255.0 +keepalive 10 60