mono-infrastructure/ansible/playbooks/vars/gitlab_runner.yml

10 lines
242 B
YAML
Raw Normal View History

2021-04-03 18:53:46 +00:00
---
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