You've already forked ansible-awx-gitlab
initial commit
This commit is contained in:
8
roles/gitlab_install/defaults/main.yml
Normal file
8
roles/gitlab_install/defaults/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user