25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
331B

  1. ---
  2. - name: set up secrets
  3. hosts: matrix_servers
  4. become: true
  5. roles:
  6. - name: secrets
  7. secrets_definitions:
  8. matrix_coturn_turn_static_auth_secret:
  9. store: local_facts
  10. password_length: 64
  11. matrix_synapse_macaroon_secret_key:
  12. store: local_facts
  13. password_length: 64