Go to file
Devan Carpenter 4046de9f56
gitlab: add support for multiple architectures
amd64 was hardcoded into the gitlab repo string. now it will try to use
the host's reported architecture.
2021-02-01 02:24:17 +01:00
roles/gitlab-runner gitlab: add support for multiple architectures 2021-02-01 02:24:17 +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.