Commit graph

10 commits

Author SHA1 Message Date
08ed54d139
Roles: Validate using the local docker-compose instead of python cmd
This will make it easier to migrate to other systems that do not have python2 etc installed
2021-01-02 04:46:15 +01:00
ab86dee61d
gitlab_runner: Remove s3 cache enabled flag 2020-12-16 15:32:50 +01:00
ff168736d2
gitlab_runner: Update example 2020-12-16 14:58:48 +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
ff0316277c
gitlab-runner: Add renovate hint 2020-11-24 23:51:47 +01:00
ee48b80f08
gitlab-runner: Upgrade to v13.6.0 2020-11-23 01:58:24 +01:00
61f7d89d56
gitlab-runner: Upgrade to 13.5.0 & add option for extra paths to create
This patch adds a variable to the gitlab-runner, to create additional folders, that will be created with the needed SELinux permissions to be mounted inside of the container. This is used for the persistence of the hetzner-autoscale runner for example (see the README.md)
2020-11-05 03:08:14 +01:00
228dc7516e
gitlab_runner: Adjust directory permissions
This patch reduces the permissions on the install directory to just the root user and also fixes the ansible-lint issue by specifying the `mode`.
2020-09-26 21:34:24 +02:00
912d32cdd3
Fix meta file dependencies reference to docker_compose role 2020-09-26 20:02:46 +02: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