dmart / ansible-gitlab_runner

Manage GitLab Runner instances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DebOps project gitlab_runner

Travis CI test-suite Ansible Galaxy

GitLab Runner is a service written in Go which is used by the GitLab CI to execute software builds on remote hosts. It supports builds executed by local shell, over SSH or in a Docker containers.

The debops.gitlab_runner Ansible role will allow you to install and manage GitLab Runner on Debian and Ubuntu hosts. You can use it to create multiple Runner instances, each one with distinct configuration. The role will automatically register the Runners in GitLab CI management host if a required registration token is supplied.

Installation

This role requires at least Ansible v2.0.0. To install it, run:

ansible-galaxy install debops.gitlab_runner

Documentation

More information about debops.gitlab_runner can be found in the official debops.gitlab_runner documentation.

Are you using this as a standalone role without DebOps?

You may need to include missing roles from the DebOps common playbook into your playbook.

Try DebOps now for a complete solution to run your Debian-based infrastructure.

Authors and license

gitlab_runner role was written by:

License: GPLv3


This role is part of the DebOps project. README generated by ansigenome.

About

Manage GitLab Runner instances

License:GNU General Public License v3.0


Languages

Language:Python 100.0%