Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

17 lignes
640 B

  1. bot:
  2. server: {{ matrix_bot_matrix_registration_bot_bot_server|to_json }}
  3. username: {{ matrix_bot_matrix_registration_bot_matrix_user_id_localpart|to_json }}
  4. password: {{ matrix_bot_matrix_registration_bot_bot_password|to_json }}
  5. api:
  6. # API endpoint of the registration tokens
  7. base_url: {{ matrix_bot_matrix_registration_bot_api_base_url|to_json }}
  8. # Access token of an administrator on the server
  9. {% if matrix_bot_matrix_registration_bot_api_token | length > 0 %}
  10. token: {{ matrix_bot_matrix_registration_bot_api_token|to_json }}
  11. {% endif %}
  12. logging:
  13. level: {{ matrix_bot_matrix_registration_bot_logging_level|to_json }}