Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dockpack/gitlab_runner
๐๐ปโโ๏ธInstall a shell and a docker runner on centos7
https://github.com/dockpack/gitlab_runner
ansible ansible-role development-tools docker gitlab-runner linux windows
Last synced: about 1 month ago
JSON representation
๐๐ปโโ๏ธInstall a shell and a docker runner on centos7
- Host: GitHub
- URL: https://github.com/dockpack/gitlab_runner
- Owner: dockpack
- License: mit
- Created: 2019-04-12T14:49:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T18:34:26.000Z (about 1 year ago)
- Last Synced: 2024-11-11T21:08:14.084Z (3 months ago)
- Topics: ansible, ansible-role, development-tools, docker, gitlab-runner, linux, windows
- Language: PowerShell
- Homepage: https://gitlab.org
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gitlab Runner
=============Ansible role to install GitLab Runner using the official GitLab repositories.
Requirements
------------GitLab provide packages for the currently supported versions of Debian, Ubuntu, Mint, RHEL, Fedora, and CentOS. If you want to use the Docker executor, make sure to install Docker before using the Runner.
Role Variables
--------------
Normally this Ansible role needs no vars. But if you want to remove the runner, then run it with:```
gitlab_runner_state: absent
```Dependencies
------------
NoneExample Playbook
----------------Including an example of how to use your role (for instance, with variables
passed in as parameters) is always nice for users too:- hosts: build_agents
roles:
- { role: gitlab_runner }License
-------MIT
Author Information
------------------Bas Meijer
@bbaassssiiee