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

https://github.com/geerlingguy/ansible-role-php/blob/master/.github/stale.yml or github actions natively supports stale & greeting, but not as configurable

Galaxy already checks for it https://github.com/geerlingguy/ansible-role-php/blob/master/.ansible-lint

It looks like it's design for running a role in a Docker image, which is the tests do right now, except Github Actions don't allow us to actually start containers...

wishlist

For the openssl operations should this role make use of the collection 'community.crypto.x509_certificate_info'? What do people think, i am happy to do the work if others agree.

enhancement
help wanted
wishlist

When the revoke.sh script is called by cron it throw an informational message in cron log files which is annoying when the host is configured to send alerts when cron...

I have a new server which i have created in the same network where my open vpn server is running how and where should i make changes in order to...

The default value for the `openvpn_client_config_dir` is `ccd` and that does not exist. I have recently updated the module and it broke the vpn server for a while hehehe. Nothing...

Openvpn server is throwing this warning on the logs: DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add...

Hi. I replaced cron task with systemd, also i had fixed custom dns checks in template and added route options to client file.

The firewall rules always use a /24 subnet, even if something else was configured in the "openvpn_server_netmask" parameter. This PR uses some ipaddr filter magic to extract the CIDR prefix...