2021-02-07 05:15:52 +00:00
|
|
|
---
|
|
|
|
# enable or disable the application
|
|
|
|
gitlab_enabled: false
|
2022-07-23 15:32:51 +00:00
|
|
|
gitlab_available_externally: false
|
2021-02-07 05:15:52 +00:00
|
|
|
|
|
|
|
# directories
|
|
|
|
gitlab_data_directory: "{{ docker_home }}/gitlab"
|
|
|
|
|
|
|
|
# network
|
|
|
|
gitlab_hostname: "gitlab"
|
|
|
|
gitlab_port_http: "4080"
|
|
|
|
gitlab_port_https: "4443"
|
|
|
|
gitlab_port_ssh: "422"
|
|
|
|
|
2023-03-08 20:47:39 +00:00
|
|
|
# docker
|
|
|
|
gitlab_container_name: "gitlab"
|
|
|
|
gitlab_image_name: "gitlab/gitlab-ce"
|
|
|
|
gitlab_image_version: "latest"
|
|
|
|
gitlab_user_id: "1000"
|
|
|
|
gitlab_group_id: "1000"
|
|
|
|
|
2021-02-07 05:15:52 +00:00
|
|
|
# specs
|
|
|
|
gitlab_memory: "4g"
|