Use simpler file structure
This commit is contained in:
parent
4cd701acf4
commit
c303901cdb
12 changed files with 65 additions and 95 deletions
14
vars.yml
Normal file
14
vars.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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
|
||||
Reference in a new issue