make drone-runner able to use hosts wireguard tunnel (not persistent)
This commit is contained in:
@@ -53,3 +53,7 @@
|
|||||||
DRONE_RPC_SECRET: "dronegitea"
|
DRONE_RPC_SECRET: "dronegitea"
|
||||||
DRONE_RUNNER_CAPACITY: "4"
|
DRONE_RUNNER_CAPACITY: "4"
|
||||||
DRONE_RUNNER_NAME: "proxmox-runner"
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user