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.
 
 

9 lines
493 B

  1. BOT_SERVER={{ matrix_bot_matrix_registration_bot_bot_server }}
  2. BOT_USERNAME={{ matrix_bot_matrix_registration_bot_matrix_user_id_localpart }}
  3. BOT_PASSWORD={{ matrix_bot_matrix_registration_bot_matrix_user_password }}
  4. API_BASE_URL={{ matrix_bot_matrix_registration_bot_api_base_url }}
  5. API_TOKEN={{ matrix_bot_matrix_registration_bot_matrix_admin_token }}
  6. LOGGING_LEVEL={{ matrix_bot_matrix_registration_bot_logging_level }}
  7. {{ matrix_bot_matrix_registration_environment_variables_extension }}