Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 3 roky
12345678910111213141516
  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