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

25 lines
1.1 KiB
JSON
Raw Normal View History

2024-10-13 11:44:01 +02:00
{
"var_mas_user": "mas",
"var_mas_directory": "/opt/mas",
"var_mas_server_address": "::",
"var_mas_server_port": 2839,
"var_mas_database_host": "postgresql.example.org",
"var_mas_database_port": 5432,
"var_mas_database_username": "mas_user",
"var_mas_database_password": "REPLACE_ME",
"var_mas_database_schema": "mas",
"var_mas_matrix_server": "localhost:8008",
"var_mas_matrix_secret": "REPLACE_ME",
"var_mas_matrix_endpoint": "http://localhost:8008/",
"var_mas_encryption_key": "REPLACE_ME",
"var_mas_authentication_upstream_active": false,
"var_mas_authentication_upstream_id": "default_upstream",
"var_mas_authentication_upstream_issuer": "https://auth.example.org",
"var_mas_authentication_upstream_client_id": "mas",
"var_mas_authentication_upstream_client_secret": "REPLACE_ME",
"var_mas_authentication_upstream_token_endpoint_auth_method": "client_secret_post"
"var_mas_authentication_upstream_scope": "openid email profile",
"var_mas_authentication_upstream_authorization_endpoint": "https://auth.example.org/authorize",
"var_mas_authentication_upstream_token_endpoint": "https://auth.example.org/token"
}