Matrix Docker Ansible eploy
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

11 linhas
389 B

  1. ---
  2. - name: Fail if Macaroon key is missing
  3. fail:
  4. msg: "You need to set a secret in the matrix_synapse_macaroon_secret_key variable"
  5. when: "matrix_synapse_macaroon_secret_key == ''"
  6. - name: Fail if Coturn Auth secret is missing
  7. fail:
  8. msg: "You need to set a secret in the matrix_coturn_turn_static_auth_secret variable"
  9. when: "matrix_coturn_turn_static_auth_secret == ''"