Skip to content

Integrate CrowdStrike falcon installation and OIDC setup #1017

Closed Answered by kayman-mk
ashirwadnivalkar asked this question in Q&A
Discussion options

You must be logged in to vote

You can use the runner_install.post_install_script to inject a script:

module "gitlab_runner" {
  runner_install = {
    post_install_script = templatefile("${path.module}/templates/runners_user_install_script",
      {
        gitlab_runner_version = local.gitlab_runner_version
    })
  }
}

Basic runners_user_install_script:

echo "post install script on the Runner"

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ashirwadnivalkar
Comment options

@kayman-mk
Comment options

Answer selected by ashirwadnivalkar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants