Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

29 lines
992 B

  1. {
  2. "name": "Configure Mjolnir",
  3. "description": "Configure Mjolnir settings, Mjolnir is a moderation bot for Matrix.",
  4. "spec": [
  5. {
  6. "question_name": "Enable Mjolnir",
  7. "question_description": "Set if Mjolnir is enabled or not. Mjolnir is a moderation bot for Matrix.",
  8. "required": true,
  9. "min": null,
  10. "max": null,
  11. "default": "{{ matrix_bot_mjolnir_enabled | string | lower }}",
  12. "choices": "true\nfalse",
  13. "new_question": true,
  14. "variable": "matrix_bot_mjolnir_enabled",
  15. "type": "multiplechoice"
  16. },
  17. {
  18. "question_name": "Mjolnir Management Room",
  19. "question_description": "Sets the internal ID of the management room for Mjolnir. Example: '!wAeZaPCKvaCHcSqxAW:matrix.org'",
  20. "required": true,
  21. "min": null,
  22. "max": null,
  23. "default": "{{ matrix_bot_mjolnir_management_room }}",
  24. "new_question": true,
  25. "variable": "matrix_bot_mjolnir_management_room",
  26. "type": "text"
  27. }
  28. ]
  29. }