Simple Pritunl VPN setup with Ansible.
This role expects CentOS 7 operating system.
All variables are defined under vars/main.yml
.
Do dependencies.
Playbook example:
- hosts: vpn
sudo: yes
roles:
- { role: include.pritunl }
BSD
Francisco Cabrita - [email protected]