--- # Maximum number of jobs to run concurrently gitlab_runner_concurrent: '{{ ansible_processor_cores }}' # GitLab coordinator URL gitlab_runner_coordinator_url: 'https://gitlab.com/ci' # GitLab registration token gitlab_runner_registration_token: '' # Runner description gitlab_runner_description: '{{ ansible_hostname }}' # Runner executor gitlab_runner_executor: 'shell' # Runner tags gitlab_runner_tags: []