add openvpn role

This commit is contained in:
2022-08-30 07:49:30 -05:00
parent 5b55cc1a16
commit d55f62893d
8 changed files with 180 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
- name: restart openvpn instance
service:
name: "{{ openvpn_service_name }}@{{ openvpn_instance }}"
state: restarted