master
template 11 lines 471 Bytes
Raw
1 # The URL of the gitlab server to use, usually https://gitlab.com unless you're
2 # using a private GitLab instance
3 gitlab_runner_server_url: https://gitlab.com
4 # A mapping of the ansible to gitlab architecture nomenclature
5 ansible_to_gitlab_arch:
6 x86_64: amd64
7 aarch64: arm64
8 s390x: s390x
9 # A unique token made obtained from GitLab for each runner
10 # see: https://gitlab.com/PROJECT/REPO/-/runners/new
11 gitlab_runner_authentication_token: PLEASE_PROVIDE_A_VALID_TOKEN