Skip to content

global-dynamics/ansible-openvpn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-openvpn

Ansible role to install openvpn from source with TLS1.2 enabled

Licence Role Platforms

Tunables

  • openvpn_port (integer) - port to listen on
  • openvpn_key_size (integer) - rsa key size to be used
  • openvpn_compile_from_source (boolean) - should we compile and build openvpn from source? If no you will install from the outdated repo that does not support TLS1.2
  • openvpn_firewall_enabled (boolean) - use UFW to harden this installation? Only disable if you know what your doing and have a firewall upstream.
  • openvpn_firewall_allow_ssh (boolean) - allow ssh connections to this box? Disabled by default, if you dont have physical access to the box and need remote connections its probally safe to enable.

Dependencies

None

Example Playbook

- hosts: servers
  roles:
     - role: stevenharradine.openvpn

License

MIT

Contributors

  • Steven Harradine

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published