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.

преди 3 години
преди 3 години
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