Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/punktde/ansible-proserver-gitlabrunner

Ansible role to provision GitLab Runner on a proServer.
https://github.com/punktde/ansible-proserver-gitlabrunner

ansible gitlab proserver

Last synced: 5 days ago
JSON representation

Ansible role to provision GitLab Runner on a proServer.

Awesome Lists containing this project

README

        

# proServer-GitLab-Runner

Ansible playbook to configure GitLab Runner on a proServer.

## Requirements

- Ansible >=2.3
- A proServer

## Usage example

```
ansible-playbook gitlab_runner.yaml -e gitlab_url=https://gitlab.example.com -e gitlab_runner_registration_token=ReGiStRaTiOnToKeN -e known_hosts=github.com,gitlab.pluspunkthosting.de -i ~/my-ansible-project/inventory.ini --ask-vault-pass --limit testing
```