Skip to content

Instantly share code, notes, and snippets.

@jay7x
Created February 27, 2026 10:58
Show Gist options
  • Select an option

  • Save jay7x/ec4b5c60966bdf08897ec264b0ddca55 to your computer and use it in GitHub Desktop.

Select an option

Save jay7x/ec4b5c60966bdf08897ec264b0ddca55 to your computer and use it in GitHub Desktop.
gitlab_ci_runner hiera config
# This one is Shell executor, so no docker required
gitlab_ci_runner::manage_docker: false
gitlab_ci_runner::concurrent: 20
gitlab_ci_runner::runners:
shell:
name: build05-shell
url: "%{alias('gitlab_prod_url')}"
executor: "shell"
request_concurrency: 2
limit: 1
token: ENC[PKCS7,...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment