Added some parameters

This commit is contained in:
2023-12-28 18:30:31 +01:00
parent 2b19cd8f97
commit 44d92ddccc
3 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
docker_compose_instance_directory: "{{path_docker_compose_instances}}gitlab/"
database_instance: "gitlab"
database_host: "database"
database_databasename: "gitlabhq_production"
database_databasename: "gitlab"
database_username: "gitlab"
database_password: "{{gitlab_database_password}}"
database_version: "{{ gitlab_database_version | default(postgres_default_version) }}"