ansible-base/fenris/default/roles/postgresql-for-gitlab/defaults/main.json
Christian Fraß b3474ad2cb [int]
2024-03-29 16:55:35 +01:00

6 lines
157 B
JSON

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