From 9688eb529dc77cf8531ace28075241c9cfa1b8f2 Mon Sep 17 00:00:00 2001 From: Linus Waldowsky Date: Thu, 26 Feb 2026 11:34:49 +0100 Subject: [PATCH] make drone-runner able to use hosts wireguard tunnel (not persistent) --- ansible/drone-runner.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/drone-runner.yml b/ansible/drone-runner.yml index e581063..45c40f0 100644 --- a/ansible/drone-runner.yml +++ b/ansible/drone-runner.yml @@ -53,3 +53,7 @@ DRONE_RPC_SECRET: "dronegitea" DRONE_RUNNER_CAPACITY: "4" DRONE_RUNNER_NAME: "proxmox-runner" + + # not persistent + - name: Add route to WireGuard network via Proxmox host + command: ip route add 10.0.0.0/24 via 192.168.178.2