ansible-base/roles/postgresql-for-mas/defaults/main.json
2024-10-17 17:36:47 +02:00

6 lines
142 B
JSON

{
"var_postgresql_for_mas_username": "mas_user",
"var_postgresql_for_mas_password": "REPLACE_ME",
"var_postgresql_for_mas_schema": "mas"
}