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.
 
 

15 lines
322 B

  1. #jinja2: lstrip_blocks: "True"
  2. {
  3. "Smtp": {
  4. "ListenInterface": "0.0.0.0:2525",
  5. "Hostname": {{ matrix_email2matrix_smtp_hostname|to_json }},
  6. "Workers": 10
  7. },
  8. "Matrix": {
  9. "Mappings": {{ matrix_email2matrix_matrix_mappings|to_nice_json }}
  10. },
  11. "Misc": {
  12. "Debug": {{ matrix_email2matrix_misc_debug|to_json }}
  13. }
  14. }