This repository has been archived on 2025-04-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
gitlab-runner/roles/gitlab_runner/defaults/main.yml
2020-11-07 21:26:04 +01:00

8 lines
348 B
YAML

default_user: "sonny"
gitlab_repo: "deb https://packages.gitlab.com/runner/gitlab-runner/debian/ buster main"
gitlab_runner_gpg: "https://packages.gitlab.com/runner/gitlab-runner/gpgkey"
docker_repo: "deb https://download.docker.com/linux/debian buster stable"
docker_gpg: "https://download.docker.com/linux/debian/gpg"
docker_gpg_id: "0EBFCD88"