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

6 lines
142 B
JSON
Raw Normal View History

2024-10-13 11:44:01 +02:00
{
"var_postgresql_for_mas_username": "mas_user",
"var_postgresql_for_mas_password": "REPLACE_ME",
"var_postgresql_for_mas_schema": "mas"
2024-10-13 11:44:01 +02:00
}