concurrent = 5 check_interval = 0 [session_server] session_timeout = 1800 [[runners]] name = "{{ ansible_fqdn }}" url = "https://{{ ansible_local.gitlab_runner.gitlab_domain }}" token = "{{ ansible_local.gitlab_runner.runner_token }}" executor = "custom" builds_dir = "/home/debian/builds" cache_dir = "/home/debian/.cache" [runners.custom] config_exec = "/etc/gitlab-runner/config.sh" prepare_exec = "/etc/gitlab-runner/prepare.sh" run_exec = "/etc/gitlab-runner/run.sh" cleanup_exec = "/etc/gitlab-runner/cleanup.sh" [runners.cache] [runners.cache.s3] [runners.cache.gcs]