matrix-docker-ansible-deploy/roles/matrix-awx/surveys/configure_synapse_admin.json.j2

19 lines
648 B
Plaintext
Raw Normal View History

2021-02-20 09:19:17 +00:00
{
"name": "Configure Synapse Admin",
"description": "Configure 'Synapse Admin', a moderation tool to help you manage your server.",
"spec": [
{
"question_name": "Enable Synapse Admin",
"question_description": "Set if Synapse Admin is enabled or not. If enabled you can access it at https://{{ matrix_server_fqn_matrix }}/synapse-admin.",
2021-02-20 09:19:17 +00:00
"required": false,
"min": null,
"max": null,
2021-04-04 04:01:53 +00:00
"default": "{{ matrix_synapse_admin_enabled | string | lower }}",
2021-02-20 09:19:17 +00:00
"choices": "true\nfalse",
"new_question": true,
"variable": "matrix_synapse_admin_enabled",
"type": "multiplechoice"
}
]
}