You've already forked ansible-awx-gitlab
9 lines
355 B
YAML
9 lines
355 B
YAML
---
|
|
gitlab_install_external_url: "https://gitlab.example.corp"
|
|
gitlab_install_edition: "ce"
|
|
gitlab_install_version: "" # empty = latest available; pin e.g. "17.5.2-ce.0" for reproducible installs
|
|
gitlab_install_reduce_memory_footprint: true
|
|
gitlab_install_puma_workers: 2
|
|
gitlab_install_sidekiq_concurrency: 10
|
|
gitlab_install_letsencrypt_enabled: false
|