add openvpn role
This commit is contained in:
5
roles/openvpn/handlers/main.yaml
Normal file
5
roles/openvpn/handlers/main.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: restart openvpn instance
|
||||
service:
|
||||
name: "{{ openvpn_service_name }}@{{ openvpn_instance }}"
|
||||
state: restarted
|
Reference in New Issue
Block a user