hifis-net / ansible-role-gitlab-runner

:warning: PLEASE NOTE: This role has been migrated to our hifis.toolkit collection. :warning: Ansible role for deploying GitLab-Runner. The role is optimized for use with Openstack.
https://galaxy.ansible.com/ui/repo/published/hifis/toolkit/
Other
8 stars 2 forks source link

Allow to define a list of registry mirrors #113

Closed tobiashuste closed 1 year ago

tobiashuste commented 1 year ago

In order to also support a list of registry mirrors this change introduces a new variable gitlab_runner_registry_mirrors. This variables will take precedence over gitlab_runner_registry_mirror if defined. The implementation is built in a way that it does not introduce a breaking change by supporting both the new and old variable.

We might decide to deprecate gitlab_runner_registry_mirror in a seperate change and remove it in a future release.

Normo commented 1 year ago

We might decide to deprecate gitlab_runner_registry_mirror in a seperate change and remove it in a future release.

I'm OK with that :+1: