42 lines
831 B
Markdown
42 lines
831 B
Markdown
OpenVPN
|
|
=========
|
|
|
|
Role that installs OpenVPN
|
|
|
|
Requirements
|
|
------------
|
|
|
|
letsencrypt-acme-sh-client role if letsencrypt is being used (best not if you are relying on client certificates for authentication).
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
Important in a multihost installation are the variables:
|
|
|
|
openvpn_is_master_host: bool
|
|
openvpn_net_octet: int
|
|
|
|
That must differ from host to host. The first one must be set to *True* on one host only
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
Example Playbook
|
|
----------------
|
|
|
|
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
|
|
|
|
- hosts: servers
|
|
roles:
|
|
- { role: username.rolename, x: 42 }
|
|
|
|
License
|
|
-------
|
|
|
|
EUPL 1.2+
|
|
|
|
Author Information
|
|
------------------
|
|
|
|
Andrea Dell'Amico <andrea.dellamico@isti.cnr.it>
|