Add playbooks/start_wireguard.yml

This commit is contained in:
2026-06-06 15:02:09 +01:00
parent 56e0931f82
commit bfe84c36db

View File

@@ -0,0 +1,10 @@
- name: start wireguard
hosts: wireguard
become: true
tasks:
- name: start and enable wireguard
service:
name: wg-quick@wg0
state: started
enabled: true