summaryrefslogtreecommitdiffstats
path: root/roles/openvpn/client/files
Commit message (Collapse)AuthorAgeFilesLines
* Check the certificate key usagePatrick Uiterwijk2017-05-141-0/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Update out vpn configs for better encryption.Kevin Fenzi2016-08-311-0/+2
|
* Move fix-routes.sh to openvpn base and run it on restartPatrick Uiterwijk2015-11-041-12/+0
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Running the script doesnt work yet. But we still want the script.Patrick Uiterwijk2015-10-231-2/+2
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Make fix-routes not terminate with status 2 if it fixed itPatrick Uiterwijk2015-10-231-1/+1
| | | | | | | | This will make openvpn think something went wrong and terminate the connection. I did this to make it easily visible when running with ansible, but in this case it messes things up. Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Add script to OpenVPN for VPN route fixingPatrick Uiterwijk2015-10-232-0/+15
| | | | | | | This will make sure that always after a start/restart the VPN routes are created Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Disable persist-tun for openvpnPatrick Uiterwijk2015-10-211-1/+0
| | | | | | | | | | | | | | | | This should solve the issue where RHEL7 machines that get a network hiccup need an OpenVPN restart to restore their routes. The code is broken in the current upstream OpenVPN release, such that it does tear down some of the routes during a ping-restart (when the connection is dropped due to network hiccups), but the reconnection code does not restore the routes. I am working on an upstream patch to fix this, but in the meantime disabling persist-tun will make sure that OpenVPN does the entire initialization upon reconnection, which makes sure that all routes are created. Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Clean openvpn server files that were doing nothing in the clientPierre-Yves Chibon2014-08-01154-309/+0
|
* Fix the files list in the openvpn/client rolePierre-Yves Chibon2014-08-011-0/+25
|
* Start the port to ansible of openvpnPierre-Yves Chibon2014-07-31154-0/+309