riemers / ansible-gitlab-runner

Ansible role to install gitlab-runner
MIT License
351 stars 267 forks source link

vars: unify and move gitlab_runner_timeout_stop_seconds to defaults #326

Closed sdirkwinkel closed 7 months ago

sdirkwinkel commented 7 months ago

There's not really a reason to have different values for each os. This unifies the default to be 7200 and allows overriding it (because it's now just a default var). I use the override for hosts with long running ci jobs.

guenhter commented 7 months ago

Thx for the contribution