Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
------------
None

Example 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