mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-16 10:41:24 +00:00
10 lines
242 B
YAML
10 lines
242 B
YAML
---
|
|
gitlab_runner_coordinator_url: https://git.rockylinux.org
|
|
gitlab_runner_registration_token: "{{ _reg_token }}"
|
|
gitlab_runner_runners:
|
|
- name: "{{ ansible_fqdn }}"
|
|
executor: shell
|
|
tags: []
|
|
|
|
gitlab_runner_timeout_stop_seconds: 60
|