Go to file
Devan Carpenter 1c6de43858
specify the runner's tags explicitly
We need a distinction between the executor name and the tags. This is
important to work with pre-existing CI configurations, without needing
to modify them. It also makes sense to seperate this in general as a tag
may not relate directly to the executor.

For example:

executor= docker
tag= linux
2020-11-04 16:37:07 +01:00
roles/gitlab-runner specify the runner's tags explicitly 2020-11-04 16:37:07 +01:00
README.md initialize: add gitlab-runner role 2020-11-04 15:58:27 +01:00
local.yml initialize: add gitlab-runner role 2020-11-04 15:58:27 +01:00

README.md

Ansible Gitlab Runner

An ansible-pull repo to configure a Gitlab Runner with optional executors.

Executors

  • Docker This is the standard Docker executor.

  • Custom KVM This is a custom qemu/kvm executor using shell scripts.