cloud-vpn/handlers/main.yml
2023-08-20 11:14:09 +02:00

10 lines
147 B
YAML
Executable File

---
- name: restart sysctl
command: sysctl -p
- name: restart openvpn
systemd:
name: openvpn@server
state: restarted
enabled: yes