Ansible Role repo_gitlab_ce
This role deploys the GitLab CE 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_ce__basic_auth_login:
username: 'my-username'
password: 'linuxfabrik'
repo_gitlab_ce__mirror_url: 'https://mirror.example.com'