IaC: with Ansible role to install and configure OpenVPN Description Ansible role for OpenVPN Requirements Installation Installation vagrant@localhost:~$ ansible-galaxy install wluisaraujo.openvpn vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.openvpn/requirements.txt Role Variables defaults/main.yml Dependencies None Example Playbook --- - hosts: localhost vars: - name: value roles: - openvpn ...