14 lines
427 B
YAML
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
|