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/vars.yml

14 lines
427 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'
packages:
- gitlab-runner
- docker-ce
- docker-ce-cli
- containerd.io