feat: enable ip forwarding for gitea runners #253

Merged
unkinben merged 1 commits from neoloc/gitea_runner_forwarding into develop 2025-04-21 18:40:17 +10:00
Showing only changes of commit 49015788ea - Show all commits

View File

@ -45,3 +45,10 @@ profiles::gitea::runner::config:
force_rebuild: false
host:
workdir_parent: "%{hiera('profiles::gitea::runner::home')}/.cache/act"
# enable ip forwarding for docker containers
sysctl::base::values:
net.ipv4.conf.all.forwarding:
value: '1'
net.ipv6.conf.all.forwarding:
value: '1'