ansible-openvpn-hardened
ansible-openvpn-hardened copied to clipboard
An Ansible playbook to create a hardened OpenVPN server instance
Per the documentation, I used the following command: `ssh [created_user]@10.9.0.1` I keep getting: `ssh: connect to host 10.9.0.1 port 22: Connection refused` Any ideas?
Hi, I am creating my own openvpn role based in your work and when testing, I found a hard time configuring iptables on CentOS 7.x. I made changes to make...
Hi! New VPN profiles created after initial deployment get created with internal server address in .ovpn config file, instead of actual real IPv4: `remote 10.9.0.1 1194 udp` This makes these...
An issue with this playbook is that the sshd service often get's stopped on reboot. This can make this playbook impossible to use on Amazon AWS since there is no...
The line defined here: https://github.com/bau-sec/ansible-openvpn-hardened/blob/master/playbooks/roles/add_clients/tasks/main.yml#L3 ```yaml - name: OpenVPN | Add Clients | Set variables include_vars: ../../openvpn/defaults/main.yml ``` clobbers any vars defined in inventory, group_vars, host_vars and even at the...