Go to file
Devan Carpenter 900945dec1
docker: use ansible conditional for arch selection
in-line substitution is more tricky. this is a simple way to explicitly
declare the Docker apt repo string by architecture.
2021-02-01 02:11:23 +01:00
roles/gitlab-runner docker: use ansible conditional for arch selection 2021-02-01 02:11:23 +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.