chore: lots of changes
This commit is contained in:
9
ansible/wireguard-install-server.yml
Normal file
9
ansible/wireguard-install-server.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
# ansible/wireguard-install-server.yml
|
||||
- hosts: vpn
|
||||
become: true
|
||||
gather_facts: true
|
||||
roles:
|
||||
- role: wireguard
|
||||
tasks_from: install # z.B., je nach Namensschema deiner Rolle
|
||||
- role: wireguard
|
||||
tasks_from: configure # Für Config/Firewall usw.
|
||||
Reference in New Issue
Block a user