From 2a72f46a154dff1510772170d43f0e28d2a12193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Violet=20Truchse=C3=9F?= Date: Mon, 25 Nov 2024 15:20:35 +0100 Subject: [PATCH] added local wg-tools --- wireguard.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wireguard.yml b/wireguard.yml index adf48c0..02c1e7d 100644 --- a/wireguard.yml +++ b/wireguard.yml @@ -1,3 +1,10 @@ +- name: Ensure wg-tools installed locally + hosts: localhost + become: yes + tasks: + - name: install wireguard-tools + apt: + name: wireguard-tools - name: Setup Wireguard server hosts: wg_server become: yes