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.

29 lines
891B

  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
  14. matrix_registration_admin_secret:
  15. store: local_facts
  16. password_length: 64
  17. matrix_mautrix_telegram_database_password:
  18. store: local_facts
  19. password_length: 64
  20. matrix_synapse_ext_password_provider_shared_secret_auth_shared_secret:
  21. store: local_facts
  22. password_length: 64
  23. matrix_mautrix_signal_database_password:
  24. store: local_facts
  25. password_length: 64
  26. matrix_dimension_database_password:
  27. store: local_facts
  28. password_length: 64