@@ -0,0 +1,15 @@
+---
+- hosts: 10.0.0.2
+ become: true
+ gather_facts: false
+
+ tasks:
+ - name: Restart VPN
+ ansible.builtin.systemd_service:
+ name: openvpn@nord
+ state: restarted
+ - name: Restart unbound
+ name: unbound