aboutsummaryrefslogtreecommitdiffstats
path: root/roles/setup_wireguard
diff options
context:
space:
mode:
Diffstat (limited to 'roles/setup_wireguard')
-rw-r--r--roles/setup_wireguard/tasks/main.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/roles/setup_wireguard/tasks/main.yml b/roles/setup_wireguard/tasks/main.yml
deleted file mode 100644
index b77129b..0000000
--- a/roles/setup_wireguard/tasks/main.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-# =========================================================================== #
-# __ _ __
-# _________ / /__ _ __(_)_______ ____ ___ ______ __________/ /
-# / ___/ __ \/ / _ \ | | /| / / / ___/ _ \/ __ `/ / / / __ `/ ___/ __ /
-# / / / /_/ / / __/ | |/ |/ / / / / __/ /_/ / /_/ / /_/ / / / /_/ /
-# /_/ \____/_/\___(_) |__/|__/_/_/ \___/\__, /\__,_/\__,_/_/ \__,_/
-# /____/
-#
-# =========================================================================== #
-
----
-- name: Check installation for wireguard
- package:
- name: wireguard-go wireguard-tools
- state: present
-
-- name: Activate ipv4 forwarding for wg0 server
- shell: sysctl net.inet.ip.forwarding=1
-
-- name: Activate ipv6 forwarding for wg0 server
- shell: sysctl net.inet6.ip6.forwarding=1
remember that computers suck.