ansible-gitlab_runner icon indicating copy to clipboard operation
ansible-gitlab_runner copied to clipboard

Manage GitLab Runner instances

Results 7 ansible-gitlab_runner issues
Sort by recently updated
recently updated
newest added
trafficstars

With version 14+ gitlab-runner deprecated parameters OffPeak - https://docs.gitlab.com/runner/configuration/autoscale.html#off-peak-time-mode-configuration-deprecated

See: https://about.gitlab.com/releases/2020/03/30/gpg-key-for-gitlab-package-repositories-metadata-changing/

Hi @drybjed the project `gitlab-ci-multi-runner` [was renamed](https://gitlab.com/gitlab-org/gitlab-runner/issues/1195) to `gitlab-runner` and so also the package with version 10: https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/661 Of course I could just change the `gitlab_runner__base_packages` and `gitlab_runner__apt_repo` and do...

Give the possibility to activate metrics on gitlab runners Docs: https://docs.gitlab.com/runner/monitoring/README.html

Hello guys, I was trying to run the role for provisioning a vagrant box. I used pretty much all the default values except obviously the gitlab token. Everything went fine...

I seem to be getting 500 errors somewhat randomly when I am running a playbook with serial: +1 (multiple runners are getting configured at the same time since it is...