This roles helps to install Pritnul VPN Server across Ubuntu variants.
This role requires Ansible 2.0 or higher, and platform requirements are listed in the metadata file.
The variables that can be passed to this role and a brief description about them are as follows:
mongodb_versions: 3.2 # The version of mongodb to install
Install VPN Server
- hosts: all
roles:
- { role: pritnul, mongodb_versions: 3.2 }
None
MIT
Thomas Nyambati