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

### What happened: Currently, I installed the role with an LDAP configuration. However, during the compiling in `compile_ldap_plugin.yml` it results in: ```json { "changed": true, "cmd": "autoconf\nautoheader\n./configure --prefix=/usr/lib64/openvpn/plugin --with-openvpn=/sbin/openvpn CFLAGS=\"-fPIC\"...

Before this patch if the server tried to access a client or a client tried to access another client it wouldn't work as source IP would be set to server's...

**OS**: `AlmaLinux (8)` **Resolution**: install `checkpolicy` on the server ``` - name: Install checkpolicy dnf: name: checkpolicy ```

- `root` group doesn't exist, make user&group configurable and set `wheel` on FreeBSD - `logrotate` is not used on FreeBSD - Configuration is kept in `/usr/local/etc/openvpn` by default.

Hello, I was using `openvpn_custom_dns` along with `openvpn_set_dns` as `true` and noticed it wasn't adding the servers to my openvpn config. Looking at the code it previously treated `openvpn_custom_dns` as...

A very simple change to optionally be able to configure in the NAT source address. This becomes important if your server has multiple network devices and the network(s) you want...

Hi all, It is my first contribution. So be cool :-)

The `openvpn_custom_dns` option which is described in the README file does not actually work. Even if I set `openvpn_custom_dns` to a list of servers and also set `openvpn_set_dns` to true,...

Interestingly, the ldap plugin is natively available for Fedora: https://src.fedoraproject.org/rpms/openvpn-auth-ldap But the CentOS versions aren't updated, looks like dependencies are the issue. Trying a copr version of it isn't too...