ansible-role-openvpn icon indicating copy to clipboard operation
ansible-role-openvpn copied to clipboard

Ansible Playbook for OpenVPN on CentOS/Fedora/RHEL clones

Results 31 ansible-role-openvpn issues
Sort by recently updated
recently updated
newest added

Hi! First: Thank you so much for all the hours you've spared me setting ovpn up :) Personally I believe it makes sense, not to NAT outgoing VPN traffic, in...

Hello there, It's been a while 🙂. I'm deploying on Rocky Linux 8. I got an issue with the ldap auth module. Here the log ``` PLUGIN_INIT: could not load...

This solves the need to run the part of the recipe that generates client configurations w/o running the whole playbook.

When re-adding a client with the same name, a new key will be generated because the key file was deleted during revocation. But no new and therefore matching certificate will...

When revoking the clients the CA cert is not removed from the server. **Current Code** ``` - name: Revoke certificates command: sh revoke.sh {{ item }}.crt changed_when: true args: chdir:...

Currently, for RHEL (I've tested it on 8.4) the LDAP integration is working. During compiling, we have to adjust the compiler due to the limitation that RedHat ended the support...

Since `log-append` overwrites any preceding `syslog` (which could be injected via `openvpn_addl_server_options`), this PR allows disabling the file base logging from openvpn in favor to log via (r)syslog.

If you try make management interface listen via TCP (setting openvpn_management_bind to something like "localhost 7505"), the resulting config still contains management-client-user option, which results in OpenVPN server failing to...