Add role
This commit is contained in:
15
tasks/main.yml
Normal file
15
tasks/main.yml
Normal 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"]
|
||||
|
||||
Reference in New Issue
Block a user