Skip to content
Snippets Groups Projects
Commit 84cf35da authored by Harold Barker's avatar Harold Barker
Browse files

Add role variables to readme

parent 4fa883ba
Branches
No related tags found
No related merge requests found
...@@ -12,6 +12,28 @@ This role requires Ansible 2.0 or higher. ...@@ -12,6 +12,28 @@ This role requires Ansible 2.0 or higher.
Role Variables Role Variables
-------------- --------------
```gitlab_runner_concurrent```
The maximum number of jobs to run concurrently.
Defaults to the number of processor cores.
```gitlab_runner_coordinator_url```
The GitLab coordinator URL.
Defaults to ```https://gitlab.com/ci```.
```gitlab_runner_registration_token```
The GitLab registration token.
```gitlab_runner_description```
The description of the runner.
Defaults to the hostname.
```gitlab_runner_executor```
The executor used by the runner.
Defaults to ```shell```.
```gitlab_runner_tags```
The tags assigned to the runner,
Defaults to an empty list.
Dependencies Dependencies
------------ ------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment