This commit is contained in:
Nils Cant
2020-06-23 14:06:12 +02:00
parent 0249fac42b
commit aeb2cf7233
11 changed files with 189 additions and 0 deletions

15
tasks/main.yml Normal file
View File

@@ -0,0 +1,15 @@
- import_tasks: apt.yml
tags: ["wireguard", "apt"]
- import_tasks: wireguard.yml
tags: ["wireguard"]
- import_tasks: sysctl.yml
tags: ["wireguard", "sysctl"]
- import_tasks: ndppd.yml
tags: ["wireguard", "ndppd"]
- import_tasks: nftables.yml
tags: ["wireguard", "nftables"]