ansible-roles/openvpn/README.md
Jérémy Dubois 4effe91b9f
Some checks reported errors
continuous-integration/drone/push Build was killed
Write an openvpn role
2022-01-24 19:12:48 +01:00

20 lines
565 B
Markdown

# OpenVPN
Install and configure OpenVPN, based on [our HowtoOpenVPN wiki](https://wiki.evolix.org/HowtoOpenVPN)
## 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