Ansible Role repo_gitlab_runner
This role deploys the GitLab Runner Repository.
Optional Role Variables
Variable |
Description |
Default Value |
---|---|---|
|
Use HTTP basic auth to login to the repository. Defaults to |
|
|
Set the URL to a custom mirror server providing the repository. Defaults to |
|
Example:
# optional
repo_gitlab_runner__basic_auth_login:
username: 'my-username'
password: 'linuxfabrik'
repo_gitlab_runner__mirror_url: 'https://mirror.example.com'