Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-runner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
gitlab-runner
Merge requests
!1
Support runner options for Docker Machine
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Support runner options for Docker Machine
add/machine-opts
into
master
Overview
0
Commits
10
Pipelines
0
Changes
7
Merged
Erick Hitter
requested to merge
add/machine-opts
into
master
6 years ago
Overview
0
Commits
10
Pipelines
0
Changes
7
Expand
0
0
Merge request reports
Compare
master
version 8
55a11476
6 years ago
version 7
cd956a68
6 years ago
version 6
e8c5f596
6 years ago
version 5
16803e54
6 years ago
version 4
1a794993
6 years ago
version 3
e1f34a02
6 years ago
version 2
20479d37
6 years ago
version 1
72f4307e
6 years ago
master (base)
and
version 4
latest version
2c77c7f8
10 commits,
6 years ago
version 8
55a11476
9 commits,
6 years ago
version 7
cd956a68
8 commits,
6 years ago
version 6
e8c5f596
7 commits,
6 years ago
version 5
16803e54
6 commits,
6 years ago
version 4
1a794993
5 commits,
6 years ago
version 3
e1f34a02
4 commits,
6 years ago
version 2
20479d37
2 commits,
6 years ago
version 1
72f4307e
1 commit,
6 years ago
7 files
+
37
−
41
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
defaults/main.yml
+
8
−
0
Options
@@ -33,3 +33,11 @@ gitlab_runner_ssh_password: ''
@@ -33,3 +33,11 @@ gitlab_runner_ssh_password: ''
gitlab_runner_ssh_identity_file
:
'
'
gitlab_runner_ssh_identity_file
:
'
'
# Runner Locked
# Runner Locked
gitlab_runner_locked
:
'
false'
gitlab_runner_locked
:
'
false'
# Runner machine
gitlab_runner_machine_idle_nodes
:
0
gitlab_runner_machine_idle_time
:
2
# Docker Machine
docker_machine_version
:
'
v0.15.0'
docker_machine_binary_dest
:
/usr/local/bin/docker-machine
Loading