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
Commits
4f03194c
Commit
4f03194c
authored
8 years ago
by
Erik-jan Riemers
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Changed role and why this new one.
parent
e69999c0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-12
5 additions, 12 deletions
README.md
with
5 additions
and
12 deletions
README.md
+
5
−
12
View file @
4f03194c
...
@@ -2,13 +2,13 @@ GitLab Runner
...
@@ -2,13 +2,13 @@ GitLab Runner
=============
=============
This role will install the
[
official GitLab Runner
](
https://gitlab.com/gitlab-org/gitlab-ci-multi-runner
)
This role will install the
[
official GitLab Runner
](
https://gitlab.com/gitlab-org/gitlab-ci-multi-runner
)
(fork from haroldb) with updates. Needed something simple and working, this did the trick for me. Open for changes though.
Requirements
Requirements
------------
------------
This role requires Ansible 2.0 or higher.
This role requires Ansible 2.0 or higher.
Role Variables
Role Variables
--------------
--------------
...
@@ -38,11 +38,6 @@ The default Docker image to use. Required when executor is `docker`.
...
@@ -38,11 +38,6 @@ The default Docker image to use. Required when executor is `docker`.
The tags assigned to the runner,
The tags assigned to the runner,
Defaults to an empty list.
Defaults to an empty list.
Dependencies
------------
None
Example Playbook
Example Playbook
----------------
----------------
```
yaml
```
yaml
...
@@ -51,7 +46,7 @@ Example Playbook
...
@@ -51,7 +46,7 @@ Example Playbook
vars_files
:
vars_files
:
-
vars/main.yml
-
vars/main.yml
roles
:
roles
:
-
{
role
:
haroldb
.gitlab-runner
}
-
{
role
:
riemers
.gitlab-runner
}
```
```
Inside
`vars/main.yml`
Inside
`vars/main.yml`
...
@@ -62,9 +57,7 @@ gitlab_runner_tags:
...
@@ -62,9 +57,7 @@ gitlab_runner_tags:
-
node
-
node
-
ruby
-
ruby
-
mysql
-
mysql
gitlab_runner_docker_volumes
:
-
"
/var/run/docker.sock:/var/run/docker.sock"
-
"
/cache"
```
```
License
-------
MIT
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment