Parcourir la source

update restart vpn script

Blaine Story il y a 11 mois
Parent
commit
4effebf875
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 6 1
      plays/restart-vpn.yml

+ 6 - 1
plays/restart-vpn.yml

@@ -6,5 +6,10 @@
   tasks:
     - name: Restart VPN
       ansible.builtin.systemd_service:
-        name: openvpn@proton
+        name: openvpn@nord
+        state: restarted
+
+    - name: Restart unbound
+      ansible.builtin.systemd_service:
+        name: unbound
         state: restarted