Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samdoran/ansible-role-gitlab-runner
Ansible role to install gitlab-runner
https://github.com/samdoran/ansible-role-gitlab-runner
Last synced: 3 days ago
JSON representation
Ansible role to install gitlab-runner
- Host: GitHub
- URL: https://github.com/samdoran/ansible-role-gitlab-runner
- Owner: samdoran
- Created: 2019-07-03T21:24:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T18:58:52.000Z (about 2 years ago)
- Last Synced: 2024-11-01T09:14:33.195Z (about 2 months ago)
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Gitlab Runner
=========
[![Galaxy](https://img.shields.io/badge/galaxy-samdoran.gitlab_runner-blue.svg?style=flat)](https://galaxy.ansible.com/samdoran/gitlab_runner)Install [GitLab Runner](https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=2ahUKEwiupsyYhZrjAhWQdN8KHSZ7DG4QFjAAegQIBRAC&url=https%3A%2F%2Fdocs.gitlab.com%2Frunner%2F&usg=AOvVaw30T7uu8OuWI1eaxx2M1S_M). Once installed, you will need to [register the runner](https://docs.gitlab.com/runner/register/index.html).
Requirements
------------None
Role Variables
--------------| Name | Default Value | Description |
|-------------------|---------------------|----------------------|
| `gitlab_runner_packages` | `['gitlab-runner']` | List of packages to install |Dependencies
------------None
Example Playbook
----------------- hosts: all
roles:
- samdoran.gitlab_runnerLicense
-------Apache 2.0