feat: enable ip forwarding for gitea runners
- required to enable docker containers reach git service
This commit is contained in:
parent
278f8001b0
commit
49015788ea
@ -45,3 +45,10 @@ profiles::gitea::runner::config:
|
|||||||
force_rebuild: false
|
force_rebuild: false
|
||||||
host:
|
host:
|
||||||
workdir_parent: "%{hiera('profiles::gitea::runner::home')}/.cache/act"
|
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'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user