Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 464 Bytes

File metadata and controls

14 lines (14 loc) · 464 Bytes

Authenticate with openstack and use like this:

module "github_runner" {
  source      = "github.com/ba-work/openstack-github-runner"
  labels      = ["my", "cool", "labels"]
  repository  = "owner/repo" # github.com/owner/repo
  admin_group = "unix-group-for-admins"
  # optionally add proxy settings
  # proxy_settings = {
  #   proxy    = "http://my.corp.proxy"
  #   no_proxy = ".domain,.another" # no_proxy is optional within proxy_settings
  # }
}