ansible-base/ansible/roles/postgresql-for-gitlab/defaults/main.json

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"
}