ansible-roles/openvpn
Jérémy Dubois 4effe91b9f
continuous-integration/drone/push Build was killed Details
Write an openvpn role
2022-01-24 19:12:48 +01:00
..
defaults Write an openvpn role 2022-01-24 19:12:48 +01:00
files Write an openvpn role 2022-01-24 19:12:48 +01:00
handlers Write an openvpn role 2022-01-24 19:12:48 +01:00
tasks Write an openvpn role 2022-01-24 19:12:48 +01:00
templates Write an openvpn role 2022-01-24 19:12:48 +01:00
README.md Write an openvpn role 2022-01-24 19:12:48 +01:00

README.md

OpenVPN

Install and configure OpenVPN, based on our HowtoOpenVPN wiki

Tasks

Everything is in the tasks/main.yml file. Some manual actions are requested at the end of the playbook, to do before finishing the playbook.

Variables

  • openvpn_lan: network to use for OpenVPN
  • openvpn_netmask: netmask of the network to use for OpenVPN
  • openvpn_netmask_cidr: automatically generated prefix length of the netmask, in CIDR notation

TODO

  • Make it compatible with OpenBSD
  • See TODO tasks in tasks/main.yml