mono-infrastructure/ansible/playbooks/vars/gitlab_runner.yml
2021-04-03 11:53:46 -07:00

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