Infrastructure as Code (IaC) with Ansible role for OpenVPN
*
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.openvpn
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.openvpn/requirements.txt
---
- hosts: localhost
vars:
- name: value
roles:
- openvpn
...