574a5c9231
!fix(gitlab_runner): Rename vars to match new lint rule
2023-10-14 00:11:57 +02:00
b32ba63ba2
gitlab_runner: check if cache_s3 is defined
...
With this, `cache_s3` does not have to be defined for each runner.
2021-03-30 15:51:30 +02:00
6e12a368d1
gitlab_runner: Put alpine prefix to its own var
...
This ensures, that Renovatebot can update the image tag :)
2021-01-29 00:30:45 +01:00
5b627023e9
gitlab_runner: Actually use path variable in config volume mount
2021-01-02 16:01:16 +01:00
ab86dee61d
gitlab_runner: Remove s3 cache enabled flag
2020-12-16 15:32:50 +01:00
301061753f
gitlab_runner: Refactor to allow multiple runners to be configured
...
This patch breaks existing configs! There now is a list of runners that has to be configured instead of just one.
2020-12-16 14:48:09 +01:00
a47fde9c9c
Rename roles to underscore
...
This patch renames all roles with a `-` to `_`, to comply with the ansible-lint rule 106. As collection roles are now also limited to these symbols and this will make it easier to move them later.
2020-09-26 18:12:59 +02:00