ansible-base/roles/postgresql-for-gitlab/defaults/main.json
2024-03-29 17:21:05 +01:00

5 lines
157 B
JSON

{
"var_postgresql_for_gitlab_username": "gitlab_user",
"var_postgresql_for_gitlab_password": "REPLACE_ME",
"var_postgresql_for_gitlab_schema": "gitlab"
}