cloud-environments-example/roles/vpn/handlers/main.yml
2023-08-20 11:13:16 +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