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
66dc153a
Commit
66dc153a
authored
8 years ago
by
Erik-jan Riemers
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
As per skolsuper
https://github.com/skolsuper/ansible-gitlab-runner/commit/b309620a099623def60b9c5af956cb76e6805e25
parent
5a00da9f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/install-debian.yml
+2
-17
2 additions, 17 deletions
tasks/install-debian.yml
with
2 additions
and
17 deletions
tasks/install-debian.yml
+
2
−
17
View file @
66dc153a
---
-
name
:
Add GitLab apt key
apt_key
:
url
:
https://packages.gitlab.com/gpg.key
state
:
present
-
name
:
Install GitLab Runner dependencies
apt
:
name
:
'
{{
item
}}'
state
:
present
with_items
:
-
debian-archive-keyring
-
apt-transport-https
-
name
:
Add GitLab Runner apt repo
apt_repository
:
repo
:
'
deb
https://packages.gitlab.com/runner/gitlab-ci-multi-runner/{{
ansible_distribution
|
lower
}}/
{{
ansible_distribution_major_version
}}
main'
state
:
present
-
name
:
Install Gitlab repository
shell
:
curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.deb.sh | sudo bash
-
name
:
Install GitLab Runner
apt
:
name
:
gitlab-ci-multi-runner
state
:
latest
update_cache
:
yes
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