Initial commit
This commit is contained in:
commit
70c8393f0b
13 changed files with 185 additions and 0 deletions
8
roles/gitlab_runner/defaults/main.yml
Normal file
8
roles/gitlab_runner/defaults/main.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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"
|
||||
Reference in a new issue