riemers / ansible-gitlab-runner

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

Add runner registration with runner auth token #337

Closed Sungurik closed 4 months ago

Sungurik commented 4 months ago

To support "--token" option: runner register --token glrt-XXXXXXXX

New workflow https://docs.gitlab.com/ee/ci/runners/new_creation_workflow.html

Miracle05 commented 4 months ago

This is exactly what i need! Thank you!

guenhter commented 4 months ago

https://github.com/riemers/ansible-gitlab-runner/pull/335

Also made a first attempt to add this new process but then the PR was closed. Nevertheless, there are some very useful parts in there. I guess e.g. the --tags option is not working any more in the new registration process...

guenhter commented 4 months ago

Thx for your contribution