initial commit, here be dragons
This commit is contained in:
5
roles/wireguard/handlers/main.yml
Normal file
5
roles/wireguard/handlers/main.yml
Normal file
@ -0,0 +1,5 @@
|
||||
- name: Start a-vpn
|
||||
ansible.builtin.systemd:
|
||||
name: wg-quick@a-vpn
|
||||
state: restarted
|
||||
enabled: yes
|
Reference in New Issue
Block a user