mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-23 00:31:09 +02:00
5 lines
448 B
YAML
5 lines
448 B
YAML
application_id: "web-app-gitlab"
|
|
database_type: "postgres"
|
|
gitlab_initial_root_password: "{{ applications | get_app_conf(application_id, 'credentials.initial_root_password') }}"
|
|
gitlab_version: "{{ applications | get_app_conf(application_id, 'docker.services.gitlab.version', True) }}"
|
|
gitlab_image: "{{ applications | get_app_conf(application_id, 'docker.services.gitlab.image', True) }}" |