Commit graph

11 commits

Author SHA1 Message Date
72c15a4fd3
fix(gitlab_runner): Wrong docker project directory 2024-02-22 03:43:53 +01:00
45bf9ecf8d
fix(docker-compose): Use docker compose plugin for validation 2024-02-22 03:42:59 +01:00
70341479b1
!chore: Migrate to docker_compose_v2
This now uses the new docker compose plugin.
Because we used docker-compose v1.24.1 to this point due to centos needing to install C toolchains to build never versions, the newest Docker v25 breaks compatibility and we need to use something newer.
2024-02-22 00:37:48 +01:00
574a5c9231
!fix(gitlab_runner): Rename vars to match new lint rule 2023-10-14 00:11:57 +02:00
5393a8ebbc
Use FQCN in all tasks 2022-08-13 17:50:54 +02:00
a169875e69
gitlab_runner: Add option to disable SELinux related tasks 2021-09-21 05:08:35 +02:00
951dbeb41d
Fix yamllint issues 2021-03-05 13:02:55 +01:00
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
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
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