You've already forked gitlab-runner
Initial commit
This commit is contained in:
10
defaults/main.yml
Normal file
10
defaults/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
gitlab_runner_architecture: "amd64"
|
||||
gitlab_runner_binary_path: "/usr/local/bin/gitlab-runner"
|
||||
gitlab_runner_download_url: "https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-{{ gitlab_runner_architecture }}"
|
||||
gitlab_runner_instance_url: "https://gitlab.com"
|
||||
gitlab_runner_user: "gitlab-runner"
|
||||
gitlab_runner_working_directory: "/home/gitlab-runner"
|
||||
gitlab_runner_config_path: "/etc/gitlab-runner/config.toml"
|
||||
gitlab_runner_runner_description: "The runner was registered using ansible."
|
||||
gitlab_runner_docker_default_image: "alpine"
|
||||
Reference in New Issue
Block a user